Skip to content
This repository was archived by the owner on Apr 4, 2023. It is now read-only.

Commit d886e71

Browse files
Bump Firebase iOS SDK to 5.20.1 #1212
Crash running demo on iOS #1216
1 parent e3f60f8 commit d886e71

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

demo/app_resources/iOS/Info.plist

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,5 +102,7 @@
102102
</dict>
103103
<key>NSContactsUsageDescription</key>
104104
<string>Required for Firebase Invites</string>
105+
<key>GADApplicationIdentifier</key>
106+
<string>ca-app-pub-9517346003011652~2508636525</string>
105107
</dict>
106108
</plist>

docs/ADMOB.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,16 @@ Open your App_Resources/Android/AndroidManifest.xml file and add this `meta-data
2222

2323
### iOS
2424

25+
> ⚠️ Important! Plugin version 8.2.0+ requires you to do this - or your app will crash on start-up! ⚠️
26+
27+
As can be read [here](https://developers.google.com/admob/ios/quick-start#update_your_infoplist) you should open your
28+
App_Resources/iOS/Info.plist file and add this `GADApplicationIdentifier` key and replace the value by the actual App ID of [your app](https://apps.admob.com/)!:
29+
30+
```xml
31+
<key>GADApplicationIdentifier</key>
32+
<string>ca-app-pub-9517346003011652~2508636525</string>
33+
```
34+
2535
#### App Transport Security
2636
Open `app/App_Resources/iOS/Info.plist` and add this to the bottom:
2737

0 commit comments

Comments
 (0)