Admob, Request Error : "No ad to show"

Sometimes I get the warning No ad to show from the Admob banner and don’t get an ad , Is that normal ?

      <AdMobBanner
      bannerSize="smartBannerPortrait"
      adUnitID={this.state.banner}
      />

I would try onDidFailToReceiveAdWithError={this.bannerError} to see if there are any errors you can work around.

Hope that helps.

That was the warning I got from the onDidFailToReceiveAdWithError

This is more of a general AdMob question, have you tried searching the error: ios - Admob bannerView Request Error: No ad to show - Stack Overflow

1 Like

It seems everyone has different explanations, some on the way how the API is configured with xcode and some due to their privacy settings on their iPhones and mostly if there isn’t enough space for the ad. I was facing this error on both iPhone and Android, I guess it might be due to lack of inventory as the above don’t apply to me.

2 Likes

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.