1

The app I use shows google_mobile_ads on a test device but shows no ads on a real device. Moreover, it shows this in logs on real device

I/flutter (14971): Failed to load a banner ad: No ad config.

I found some person said that you must publish the application on the store and then download it on your device, and the ads will appear.

Is it true? Is the app must be published before the ads will be shown?

p.s. when using firebase_admob I facing the same issue - on a real device in prod it shows no ads but works with test device, so maybe the issue lays somewhere deeper?

rozerro
  • 5,787
  • 9
  • 46
  • 94
  • check app readiness status https://support.google.com/admob/answer/10564477 – Amod Gokhale Mar 26 '22 at 08:28
  • @AmodGokhale accordiding to the above link, the app which is unpublished is unreviewed and so it cann't recive ads, but I gues how my unpublished app which is using firebase_admob still shows ads? – rozerro Mar 26 '22 at 08:39
  • @rozerror - you can get test ads for unpublished app on test device. It should pass all app readiness checklist before live ads are displayed for new app. – Amod Gokhale Mar 26 '22 at 15:25

1 Answers1

0

No, you don't need to upload to the store, you can add test device from Admob panel or use test ids to view ads, please review the document.

Yasin Ege
  • 605
  • 4
  • 14