AdMob– tag –
-
技術Tips
The app falls with GADAInvalidInitializationException at startup.
When I made a pod update of Firebase's AdMob, the app started falling when the app was launched. The contents of the error are as follows. *** Terminating app due to uncaught exception 'GADInvalidInitializationException', reason: 'The Go... -
技術Tips
アプリ起動時にFirebaseのAdMobでGADInvalidInitializationExceptionで落ちる
解決GoogleService-Info.plistではなくて、Info.plistにGADApplicationIdentifierの設定を追加する。 FirebaseのAdMobをpod updateしたら落ちるようになってしまった。 エラー内容は以下。 *** Terminating app due to uncaught exception 'GADInvalidInit...
1