【发布时间】:2016-06-20 11:56:53
【问题描述】:
使用适用于 Unity3d 的 ad-mob SDK 显示奖励广告时出现问题。 我成功展示了横幅广告和插页式广告,但在尝试展示时 奖励广告我得到了休闲错误(logcat):
开始广告请求。 06-20 13:35:17.278 1188-1211/com.dice.master W/Ads:获得广告响应时出现问题。错误代码:0 06-20 13:35:17.279 1188-1188/com.dice.master 带广告:无法加载广告:0 06-20 13:35:17.319 1188-1188/com.dice.master I/Unity:HandleRewardBasedVideoFailedToLoad 事件收到消息:内部错误 UnityEngine.DebugLogHandler:Internal_Log(LogType, String, Object) UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[]) UnityEngine.Logger:Log(LogType, Object) UnityEngine.Debug:日志(对象) UnityEngine.MonoBehaviour:print(Object) (在 /Users/builduser/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineMonoBehaviourBindings.gen.cs:106) AdController:HandleRewardBasedVideoFailedToLoad(Object, AdFailedToLoadEventArgs) (在 D:\Private\Dice master 3D\Assets\Scripts\Admob\AdController.cs:133) GoogleMobileAds.Api.RewardBasedVideoAd:m__1E(Object, AdFailedToLoadEventArgs)(在 D:\Private\Dice master 3D\Assets\GoogleMobileAds\Api\RewardBasedVideoAd.cs:60) GoogleMobileAds.Android.RewardBasedVideoAdClient:onAdFailedToLoad(String)(在 D:\Private\Dice master 3D\Assets\GoogleMobileAds\Platforms\Android\RewardBasedVideoAdClient.cs:84) System.Reflection.MonoMethod:InternalInvoke(Object, Object[]
我在 Chartboost 有一个帐户,使用基本设置设置应用程序。 将admob帐户中的中介添加到添加单元...... 实现非常简单,所以....
【问题讨论】:
标签: unity3d admob chartboost