0
The adMob banner on Ionic when the 'id' is empty is working, but when I put the 'id' provided on the adMob site it no longer appears, someone could help me in this problem?
const bannerConfig:AdMobFreeBannerConfig={
id:'ca-app-pub-4354735883939440/9861159567',
autoShow:true,
isTesting:false,
bannerAtTop: false,
overlap: true,
}
this.adMob.banner.config(bannerConfig);
this.adMob.banner.prepare().then(() =>{
} )
.catch(e => console.log(e));
I have already published and signed, but the banner has not yet appeared
– LUCAS DO CANTO MENDES
Stick your admob code here and I’ll help you.
– i9on i9on