Hi guys!
I need some help with SDKBOX AdMob plugin.
I integrated the AdMob plugin in my project and all worked well for a while (iOS and Android).
Suddenly however the Ads stopped to work on my Android Device.
For not working well I mean:
- Rewarded video ads doesn’t appear
- Interstitial Ads appears but with empty content (basically a black screen).
On the init
I get:
I/Ads: Starting ad request.
I/Ads: Use AdRequest.Builder.addTestDevice("XXXXXXXXXXXXXX") to get test ads on this device.
I/Ads: Starting ad request.
I/Ads: Use AdRequest.Builder.addTestDevice("XXXXXXXXXXXXXX") to get test ads on this device.
W/Ads: Server parameters: {"gwhirl_share_location":"1","pubid":"ca-app-pub-1204161248219313\/6382217983\/cak=no_cache&cadc=ws&caqid=wakWWdvlNt7bxgK4ub-QAg"}
W/Ads: Server parameters: {"gwhirl_share_location":"1","pubid":"ca-app-pub-1204161248219313\/6382217983\/cak=no_cache&cadc=ws&caqid=wakWWdvlNt7bxgK4ub-QAg"}
I/Ads: Starting ad request.
I/Ads: Use AdRequest.Builder.addTestDevice(""XXXXXXXXXXXXXX") to get test ads on this device.
I/Ads: Ad finished loading.
W/Ads: Failed to load ad: 0
W/Ads: Failed to load ad: 3
I’m not using AdMob in test mode because it seems does not support rewarded video.
I tried different campaign id, but the problem is the same.
No problem on iOS side!
Here some information about my configuration:
- Cocos2d-x 3.15
- SDKBOX v1.0.1.22
- v2.3.13.5 admob
- v2.3.13.5 googleplayservices
- Device: Galaxy S3 (Android 4.3)
- Android Studio 2.3.2
Any suggestion?
Thanks