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:
- 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,
- 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,
- The ads won't work on release mode only - on debug mode, it works absolutely fine (both real and test ads),