iOS ADMOB Reward based video ad failed to load

徘徊边缘 提交于 2019-12-12 04:04:57

问题


until today I was able to show the reward video, but now the video doesn't appear, a log of admod alert me to install the new

ADMOB SDK 7.23.0

Now with the new ADMOB SDK the reward video fails to load.

with the test id, seems to work:

GADRewardBasedVideoAd.sharedInstance().load(GADRequest(),withAdUnitID: "ca-app-pub-3940256099942544/1712485313")

if I change with my reference ID, the video fails to load. I've also added in AppDelegate:

//ADMOB
import GoogleMobileAds

func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplicationLaunchOptionsKey: Any]?) -> Bool {

        //ADMOB
        GADMobileAds.configure(withApplicationID: AppConfiguration.AdMob.ID_APP)
        return true
}

回答1:


https://apps.admob.com/v2/home

Adding payments info can fix your issue. Please refer the link.



来源:https://stackoverflow.com/questions/46105709/ios-admob-reward-based-video-ad-failed-to-load

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!