回答編集履歴
1
追加
answer
CHANGED
@@ -1,3 +1,8 @@
|
|
1
|
+
Qiitaでもまとめてありますので、ぜひご活用ください。
|
2
|
+
[https://qiita.com/rea_sna/items/b01213766f89b6845267](https://qiita.com/rea_sna/items/b01213766f89b6845267)
|
3
|
+
|
4
|
+
---
|
5
|
+
|
1
6
|
`Info.plist`内に以下コードを追加することで解消しました。
|
2
7
|
```XML
|
3
8
|
<key>GADIsAdManagerApp</key>
|
@@ -6,4 +11,6 @@
|
|
6
11
|
|
7
12
|
<参考>
|
8
13
|
[code Error When Added AdMob Plugin To Ionic Project](https://stackoverflow.com/questions/55577811/xcode-error-when-added-admob-plugin-to-ionic-project)
|
9
|
-
[iOSアプリにGoogleAdMob(広告)を表示させる[Swift5]](https://re35.org/google-admob/)
|
14
|
+
[iOSアプリにGoogleAdMob(広告)を表示させる[Swift5]](https://re35.org/google-admob/)
|
15
|
+
|
16
|
+
---
|