I developed android app and I used admob sdk 6.2.1 for showing ads, and when I tested the app on my real device and on the emulator,ads are shown.
but when I apply pro guard to my app and test it on my device(I tested it on another devices also) ads are not shown up, any help please!
I developed android app and I used admob sdk 6.2.1 for showing ads, and
Share
Add this to your proguard:
EDIT 2020:
For some time now, the Google Mobile Ads SDK has distributed its own proguard rules that get manifest merged into your app, so you don’t need to add anything yourselves. The merged rules also keep around methods from third-party mediation adapters that are needed to make mediation work.