Hi.
I've an issue with admob banner ads.
I load them with:
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.
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.