Unable to see AdMob Ads in my App?

I made a simple sidemenu app using ionic generator. Added Cordova AdMob Plugin (https://github.com/floatinghotpot/cordova-admob-pro ) and

  • then added (added my ad -id )
    if( ionic.Platform.isAndroid() ) {
    admobid = { // for Android
    banner: ‘ca-app-pub-xxx/xxx’
    };
    if(AdMob)
    AdMob.createBanner( {
    adId:admobid.banner,
    position:AdMob.AD_POSITION.BOTTOM_CENTER,
    autoShow:true
    } );
    }

  • ran ionic upload and in the apps.ionic.io settings added my .keystore files and credentials and when i build my package i am unable to see my ads once i install my apk . Where am i messing ? Please help.

If you’re using latest version of Ionic Framework and ‘Ionic Native 3.x’ then follow this video tutorial to fix your issue Using Ionic Native: Ionic 2

If you’re using older version, you can try this Adding AdMob In Ionic 2