Dude
Dude

Reputation: 915

Unity3d Admob Reward Based Video error

having problem showing rewarded ads using ad-mob SDK for Unity3d. i successfully showing banner and interstitial ads, but when trying to show rewarded ads i get the fallowing error (logcat):

Starting ad request. 06-20 13:35:17.278 1188-1211/com.dice.master W/Ads: There was a problem getting an ad response. ErrorCode: 0 06-20 13:35:17.279 1188-1188/com.dice.master W/Ads: Failed to load ad: 0 06-20 13:35:17.319 1188-1188/com.dice.master I/Unity: HandleRewardBasedVideoFailedToLoad event received with message: Internal error UnityEngine.DebugLogHandler:Internal_Log(LogType, String, Object) UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[]) UnityEngine.Logger:Log(LogType, Object) UnityEngine.Debug:Log(Object) UnityEngine.MonoBehaviour:print(Object) (at /Users/builduser/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineMonoBehaviourBindings.gen.cs:106) AdController:HandleRewardBasedVideoFailedToLoad(Object, AdFailedToLoadEventArgs) (at D:\Private\Dice master 3D\Assets\Scripts\Admob\AdController.cs:133) GoogleMobileAds.Api.RewardBasedVideoAd:m__1E(Object, AdFailedToLoadEventArgs) (at D:\Private\Dice master 3D\Assets\GoogleMobileAds\Api\RewardBasedVideoAd.cs:60) GoogleMobileAds.Android.RewardBasedVideoAdClient:onAdFailedToLoad(String) (at D:\Private\Dice master 3D\Assets\GoogleMobileAds\Platforms\Android\RewardBasedVideoAdClient.cs:84) System.Reflection.MonoMethod:InternalInvoke(Object, Object[]

i have an account in Chartboost ,set app with basic settings. added the Mediation in the admob account to the add unit..... the implementing is pretty straightforward so....

Upvotes: 0

Views: 2065

Answers (3)

You can try switch between Wi-fi network and 4G. Also you can try to use the google app id and reward id to test in a real device.

Upvotes: 0

unitygamer1990
unitygamer1990

Reputation: 11

Internal error !try late again.

if continue not able to load ,you can download https://github.com/unity-plugins/Unity-Admob and run it on device to test if your device and admob id is right.

Upvotes: 0

Nika Kasradze
Nika Kasradze

Reputation: 3019

Error code 0 means there is no fill. I've never worked with charboost but there should be one of these: if charboost has test ads - enable them, if you just finished setting up charboost dashboard it may take some time to start working. But if these don't work than probably you are from 3rd world country like me and have very low fill. In this case download a free VPN app, start it and test again.

Upvotes: 0

Related Questions