在Play商店发布后,Ionic 2旗帜无法辨认。它只是一个黑色的盒子底部的屏幕。 不确定是什么问题
if( /(android)/i.test(navigator.userAgent) ) { // for android & amazon-fireos
console.log('in here');
this.admobid = {
banner: 'ca-app-pub-3767919174603479/5466077284'
};
}
if(AdMob) AdMob.createBanner({
adId: this.admobid.banner,
position: AdMob.AD_POSITION.BOTTOM_CENTER,
autoShow: true
});