September 2019
Beginner
512 pages
12h 52m
English
Unlike the configuration in the AndroidManifest.xml file, we do not need to update our AdMob ID in iOS. In this case, the ID value is retrieved from the one passed to the FirebaseAdMob SDK initialization in Dart itself:
FirebaseAdMob.instance.initialize( appId: 'YOUR_ADMOB_APP_ID' );
Read now
Unlock full access