Admob Pro Blank Box(white box) Ad IOS

2019-08-26 09:16发布

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

1条回答
Evening l夕情丶
2楼-- · 2019-08-26 10:10

Try to change your banner id to test id:

Banner: ca-app-pub-3940256099942544/6300978111

or:

Interstitial: ca-app-pub-3940256099942544/1033173712

查看更多
登录 后发表回答