GADInvalidInitializationExceptionが発生
GoogleMobileAdsをアップデートしたら、iOSアプリがクラッシュするようになってしまった。
2019-03-29 17:20:39.153251+0900 test.app[9165:102709] *** Terminating app due to uncaught exception 'GADInvalidInitializationException', reason: 'The Google Mobile Ads SDK was initialized incorrectly. Google AdMob publishers should follow instructions here: https://googlemobileadssdk.page.link/admob-ios-update-plist to include the AppMeasurement framework, set the -ObjC linker flag, and set GADApplicationIdentifier with a valid App ID. Google Ad Manager publishers should follow instructions here: https://googlemobileadssdk.page.link/ad-manager-ios-update-plist'
*** First throw call stack:
GADInvalidInitializationExceptionの原因
いままでAppDelegateでGADMobileAds.configure( APPID )してましたがこれがとうとうダメになったようです。
‘configure(withApplicationID:)’ is deprecated: Use [GADMobileAds.sharedInstance startWithCompletionHandler:]
GADMobileAds.configure(withApplicationID:
今後はInfo.plistにGADApplicationIdentifierを追加するらしいです。
GADApplicationIdentifier
ca-app-pub-123~????????
Androidはちょっと前からmanifest.xmlに追加が必要になっていたので同じ感じ。
Googleが解析しやすいようにするのかな?