I m using Admob Pro
plugin for ios mobile app using ionic
.
I m getting a white box instead of Ad. There is no errors in the log
while showing the Ad.
Here is my code
this.admob.createBanner({
adId: bannerId,
adSize:'SMART_BANNER',
height: 100,
autoShow: false,
isTesting: false
position: this.admob.AD_POSITION.BOTTOM_CENTER ,
})
return this.admob.showBanner(8);
Plugins used
cordova-plugin-admobpro 2.31.1 "AdMob Plugin Pro"
Please help me out