Replies: 1 comment 1 reply
-
This will be project specific according to my quick googling. There is something wrong with your account (for non test ads) or perhaps your package has been blacklisted or restricted in some way (for test ads) |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey guys, i'm creating an application and I'm using react-native-firebase / admob to display ads. However, even if I use the test settings with test unitId correctly, I am getting this error:
Error: [admob / error-code-no-fill] The ad request was successful, but no ad was returned due to lack of ad inventory.
Code implementation:
<BannerAd unitId={TestIds.BANNER} size={BannerAdSize.FULL_BANNER} onAdFailedToLoad={(err) => { console.log(err) }} />
Any idea what's going on?
Beta Was this translation helpful? Give feedback.
All reactions