sdkbox / issues

The issue tracker for SDKBOX
MIT License
4 stars 0 forks source link

[Android 4.3] AdMob plugin doesn't work properly #17

Closed alfogrillo closed 6 years ago

alfogrillo commented 7 years ago

Steps to Reproduce:

  1. Build admob samples
  2. Show a rewarded video or an interstitial ad
  3. Observe: the ads are not presented properly (you get a black screen or an error)

The plugin seems to work fine with Android version > 5.0.1

ghost commented 7 years ago

I'll test on Android 4.1 tomorrow, thanks.

ghost commented 7 years ago

Both rewarded video and interstitial ad works fine on Xiaomi Android 4.2.1.

Could you plz try again ?

alfogrillo commented 7 years ago

Hi @yinjimmy AdMob (both interstitial and rewarded videos) doesn't work on my Galaxy S3 (Android 4.3). I'm not sure if this is a SDKBOX bug, because I have the same problem with apps downloaded from the store. Maybe the bug is inside the Google AdMob library. It could by a nice try to update the underlying libraries. I can help you if you need a tester.

ghost commented 7 years ago

In 2.3.15, we upgrade Google Play Services to 11.0.1. Let's test the library.

You can upgrade yourself with https://github.com/darkdukey/Google-Play-Service-Lite

ghost commented 7 years ago

version 2.3.15 has been released, and the Google Play Services upgrade to 11.0.1. Could you test this sample again? with:

sdkbox update

I can not cache ads with ERROR_CODE_NO_FILL error, both in Android 4.2.1 and Android 5.1:

   cocos2d-x debug info  D  adViewDidFailToReceiveAdWithError name=home, msg=ERROR_CODE_NO_FILL
   cocos2d-x debug info  D  adViewDidFailToReceiveAdWithError name=gameover, msg=ERROR_CODE_NO_FILL
   cocos2d-x debug info  D  adViewDidFailToReceiveAdWithError name=rewarded, msg=ERROR_CODE_NO_FILL

will try after several hours.