1

I'm trying to integrate firebase admob in my app with react native, everything works with testID of a Banner ('ca-app-pub-3940256099942544/2934735716'), and the Banner is displayed correctly.

But when I'm using my bannerID it shows me this warning ('the ad request was successful but no ad was returned due to lack of ad inventory') and no ad is displayed.

So it's not somenthing about my code, but about my AdMob account and I can't solve it.

Here you can find info about my AdMod account and about my React Native code.

2 Answers2

1

If your AdMob account is new then for few hours and Please don't forget to fill up Payment info on AdMob dashboard.

Nithis Kumar
  • 278
  • 2
  • 5
  • 21
1

If your have this error,

no ad was returned due to lack of ad inventory

then your code is correct. Admob just doesn't have any ads to display for your app (your country, your type of ads are determinants). So just wait for one or two day max . It will appear automatically.

You can run your app with test Ad currently. No need to worry

If you want to contact Admob support here's the link

Tejas Pandya
  • 3,987
  • 1
  • 26
  • 51