Set up admob in App
-
In the Admob console, click add Android app from the Apps menu
-
Enter your app name and click on ADD APP button
-
Create ad units
-
Select Banner unit ad and enter banner unit ad name then click on Create ad Unit button
-
Then add another unit ad shown in below image and Same as above create Interstitial ads and native ads
-
Also add Google AdMob ads appId as a value for android:name="com.google.android.gms.ads.APPLICATION_ID" in android/app/src/main/AndroidManifest.xml file
-
Add iOS App and add units in iOS app in same way
-
Also add Google AdMob ads appId as a value for GADApplicationIdentifier in ios/Runner/info.plist File
-
Add your ad unit id in admin panel Settings -> System Settings > App Settings
-
Now Follow instructions from AdMob