0

I have a flutter application where I have implemented google_mobile_ads . It will work fine if I run the app in debug mode (both real and test ads load). But when I run the app in release mode or if I build the apk and install it in my device, the ads are not loaded.

Some important things to know:

  1. I implemented the same ads on a different app and release it then it is working - which means there is no problem in the ads,
  2. I implemented different ads from a different app and it was still not working (I have done all the code setup of the ads properly)- which means there is problem with my app,
  3. The ads won't work on release mode only - on debug mode, it works absolutely fine (both real and test ads),
Shrijan Regmi
  • 450
  • 5
  • 10

1 Answers1

0

My app was in review in playstore and after my app has been successfully published, the ads started to appear immediately. Looks like the app must be published to playstore after releasing it with release key.

Shrijan Regmi
  • 450
  • 5
  • 10