添加链接
link管理
链接快照平台
  • 输入网页链接,自动生成快照
  • 标签化管理网页链接
相关文章推荐
阳光的海豚  ·  Broadcast SDK for ...·  3 天前    · 
听话的猴子  ·  Qualcomm® RB3 Gen 2 ...·  4 天前    · 
高大的毛衣  ·  使用 AWS SDK for Java ...·  1 周前    · 
重感情的蛋挞  ·  TypeError: 'type' ...·  6 月前    · 
玩篮球的南瓜  ·  C- ...·  7 月前    · 
瘦瘦的鸡蛋面  ·  Virtual Box vs. UTM: ...·  9 月前    · 
3
4

More than 3 years have passed since last update.

iOS アプリ起動時に "The Google Mobile Ads SDK was initialized without an application ID" で強制終了する場合に必要な対応

Posted at

iOS アプリ起動直後に以下のようなログを出力して強制終了する件について、原因と対応方法をまとめました。

*** Terminating app due to uncaught exception 'GADInvalidInitializationException', reason: 'The Google Mobile Ads SDK was initialized without an application ID. Google AdMob publishers, follow instructions at 
https://googlemobileadssdk.page.link/admob-ios-update-plist to set a valid application ID. Google Ad Manager publishers, follow instructions at https://googlemobileadssdk.page.link/ad-manager-ios-update-plist.'

ログに含まれている URL を開き、そこに書かれている記載に従い、 Info.plist の修正をする必要があります。

Google AdMob

Google AdMob を利用している場合には、以下リンク先のスタートガイドの記載に従い、 Info.plistGADApplicationIdentifier キーと、それに対応する値( AdMob アプリ ID )を追加します。
https://googlemobileadssdk.page.link/admob-ios-update-plist

追加するキーと値の例
<key>GADApplicationIdentifier</key>
<string>ca-app-pub-3940256099942544~1458002511</string>
3
4
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
3
4