Admob banner on Ionic no longer appears when I place the Id generated by the site

Asked

Viewed 70 times

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));

1 answer

0

Friend, now only appears when you sign the apk, IE, rest assured that when you publish the banner will appear, I had the same problem.

  • I have already published and signed, but the banner has not yet appeared

  • Stick your admob code here and I’ll help you.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.