Reputation: 7996
Using AdMob SDK v8.3.0 and ads are loading properly on newer versions of Android - all is working as expected.
However ads are not showing up for Android 4.0 & 4.1 devices.
On one 4.1 test device LogCat shows:
There was a problem getting an ad response. ErrorCode: 0
On another 4.1 and 4.0 test devices there are no error messages at all. Seems like ads are silently failing.
Does anyone know how to resolve this?
Upvotes: 0
Views: 407
Reputation: 16
Just clear the data of your Google play app and Service in Setting->app management, worked for me on android 4.1 samsung galaxy win
Upvotes: 0
Reputation: 7996
Just found a solution to my own problem.
For whatever reason I needed to Reset Advertising ID. Not sure why this had to be done, but just confirmed on 2 x Android 4.1 and 1 x Android 4.0 test devices.
Android 4.1 Instructions:
Android 4.0 Instructions:
After this Ads are loading as expected.
Hope this helps someone experiencing similar issue. If anyone could explain why this occurred in the comments, it would be appreciated and add to understanding of the issue.
Upvotes: 4