ワイヤレスデバックをやってみた
そもそも知らなかったんだけどandroid10以下でも使えるんですね
カテゴリー: プログラミング
既存アプリのios14とXcode12対応
毎年恒例ですがio14対応しました
以下、内容
UIScrollViewでタップイベントを検知する
iOSでUIScrollViewでタップイベントが検知できなかったのでやり方
The Crashlytics build ID is missing.
com.crashlytics.sdk.android:crashlytics
が廃止になるので以下に変更した
com.google.firebase:firebase-crashlytics
そしたら以下のエラーが出た
The Crashlytics build ID is missing. This occurs when Crashlytics tooling is absent from your app’s build configuration. Please review Crashlytics onboarding instructions and ensure you have a valid Crashlytics account.
この対応
Cannot find protocol definition for ‘hogehoge’
Objective-cとswiftの混在プロジェクトで
Objective-cで以下のwarningがでた
Cannot find protocol definition for ‘hogehoge’
これの対応策
androidアプリをリリースしたらRejectされた話
アプリをリリースしたら以下のメールが来た
App status: Rejected
Your app has been rejected and wasn’t published due to this policy issue. If you submitted an update, the previous version of your app is still available on Google Play.
以下、内容
Fabric has been deprecated in favor of FirebaseCrashlytics
iOS14に向けてCocoapodsで管理してるパッケージのバージョンをあげたら以下のwraningが出た
[!] Crashlytics has been deprecated in favor of FirebaseCrashlytics [!] Fabric has been deprecated in favor of FirebaseCrashlytics
これの対応策