Skip to main content

Set up admob in App

  1. In the Admob console, click add Android app from the Apps menu

    AdMob Setup 1

  2. Enter your app name and click on ADD APP button

    AdMob Setup 2

  3. Create ad units

    AdMob Setup 4

  4. Select Banner unit ad and enter banner unit ad name then click on Create ad Unit button

    AdMob Setup 5

    AdMob Setup 6

  5. Then add another unit ad shown in below image and Same as above create Interstitial ads and native ads

    AdMob Setup 7

  6. 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

  7. Add iOS App and add units in iOS app in same way

  8. Also add Google AdMob ads appId as a value for GADApplicationIdentifier in ios/Runner/info.plist File

  9. Add your ad unit id in admin panel Settings -> System Settings > App Settings

    AdMob Setup 8

  10. Now Follow instructions from AdMob

    AdMob Setup 9