Error:No GMSG handler found for GMSG
I added Google Play Ads Service. However, I got this error: "No GMSG handler found for GMSG". No ads is displayed at all. I found the reason, that is because my app has not put in the play store. So, I have to add the my emulator as a test device.
Like this:
Code
AdRequest adRequest = new AdRequest.Builder()..addTestDevice(AdRequest.DEVICE_ID_EMULATOR).build(); | |
mAdView.loadAd(adRequest); |
Trackback address for this post
Trackback URL (right click and copy shortcut/link location)
Feedback awaiting moderation
This post has 109 feedbacks awaiting moderation...
Form is loading...