iOS Question Admob does not shows banner ads

Descartex

Well-Known Member
Licensed User
Longtime User
Hi.
I've an issue with admob banner ads.
I load them with:
B4X:
AdView1.Initialize("Ad", "ca-app-pub-****************",pg,AdView1.SIZE_BANNER)
pg.RootPanel.AddView(AdView1,0,pg.RootPanel.Height-50dip,pg.RootPanel.Width,50dip)
AdView1.LoadAd

On test mode, it shows test ads, but, when downloaded form app store, it does not shows ads on any banner.

I've checked twice the id strings but still not showing...

Can you bring some light on this???

Thanks in advance.
 

Descartex

Well-Known Member
Licensed User
Longtime User
Well, I catched the error:
Error Domain=com.google.ads Code=1 "Request Error: No ad to show.
Does it means i have to wait until Google sends ads for my app?
One of the apps i having this problem, is around a week ago its on the store...
 
Upvote 0

Computersmith64

Well-Known Member
Licensed User
Longtime User
That might mean that there are no suitable ads available in the region that the device asking for the ad is in. There could be a number of reasons for this, like no paying advertisers or your app doesn't fit the criteria that advertisers are looking for.

If you have other apps, one thing you could do is set up a house ad campaign so that whenever there's not a paid ad available you advertise your own app(s). That way you're not showing an empty banner in your app & you're making users aware of your other apps.

- Colin.
 
Upvote 0
Top