September 2019
Beginner
512 pages
12h 52m
English
In Android, there is an additional step. We need to add the same AdMob app ID used to initialize the FirebaseAdMob plugin into AndroidManifest.xml with the following code:
<!-- AndroidManifest.xml --> <application> <meta-data android:name="com.google.android.gms.ads.APPLICATION_ID" android:value="ca-app-pub-3940256099942544~3347511713"/> </application>
This is done by adding the <meta-data> value containing the same app ID previously configured.
Read now
Unlock full access