One thing to check is that ad id, as I think Android and iOS can't use the same ad ids. Try the test ads they provide and see if they work. https://developers.google.com/admob/ios/test-ads https://developers.google.com/admob/android/test-ads
Notice the Ids for the iOS test ads are different than for the Android test ads. On Fri, May 8, 2020 at 2:09 AM Carlos Verdier <[email protected]> wrote: > I can see this in the output: > > 05-08 10:19:27.166 4144-4176/? W/System.err: inside > AdMobFullPageImpl.isLoaded - activity is not null > 05-08 10:19:27.166 4144-4144/? W/System.err: loaded = false > > I can see those lines in AdMobNativeImpl.java > The first line is ok, nothig wrong there > But I don't get why is not loading > > If I implement setAdsListener, I can see an error 3 in onAdFailedToLoad. > So I guess the code is fine but for some reason Google is not serving ads > for this app, which is in development stage, still no in stores. I could > think of some misconfiguration on Admob panel, but this same app was > showing ads just a few days ago, and iOS is showing ads for this same app. > > -- > You received this message because you are subscribed to the Google Groups > "CodenameOne Discussions" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/codenameone-discussions/969c7fa0-2bce-4db7-a897-7171c5112d49%40googlegroups.com > <https://groups.google.com/d/msgid/codenameone-discussions/969c7fa0-2bce-4db7-a897-7171c5112d49%40googlegroups.com?utm_medium=email&utm_source=footer> > . > -- Steve Hannah Software Developer Codename One http://www.codenameone.com -- You received this message because you are subscribed to the Google Groups "CodenameOne Discussions" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/codenameone-discussions/CAGOYrKU4qE3k9R99aQ0uQftKXsj7oi5KqC59SbmuLLGaSQvSOw%40mail.gmail.com.
