September 2019
Beginner
512 pages
12h 52m
English
In iOS, we also need to add the same AdMob app ID used to initialize the FirebaseAdMob plugin into the Info.plist file with the following code:
<!-- Info.plist --> <plist version="1.0"><dict>... <key>GADApplicationIdentifier</key> <string>ca-app-pub-3940256099942544~1458002511</string> // replace with // your iOS app // id...</dict>
This is done by adding an entry to the <dict> section containing the same app ID that was previously configured for iOS.
Read now
Unlock full access