0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

GoogleAdmob導入時にEXC_BAD_ACCESS (code=EXC_I386_GPFLT)でクラッシュした

Posted at

経緯

iOSアプリにGoogleAdmobを導入するためにpod installを行った。
その後アプリのエントリーポイントを修正し、ビルドを行うとEXC_BAD_ACCESS (code=EXC_I386_GPFLT)が発生。

原因

info.plistにGADApplicationIdentifierの値を設定していなかったことが原因でした。

開発段階では以下を設定することでテスト広告を表示することができる。
ca-app-pub-3940256099942544~1458002511

本番にリリースするときには、GoogleAdmobからリリース対象のアプリIDに置き換えましょう!

0
0
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
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?