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
直到今天我才能显示奖励视频,但现在视频没有出现,admod的日志提醒我安装新的
ADMOB SDK 7.23.0
ADMOB SDK 7.23.0
Now with the new ADMOB SDK the reward video fails to load.
现在有了新的ADMOB SDK,奖励视频无法加载。
with the test id, seems to work:
使用测试ID,似乎工作:
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:
如果我使用我的参考ID更改,则视频无法加载。我还在AppDelegate中添加了:
//ADMOB
import GoogleMobileAds
func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplicationLaunchOptionsKey: Any]?) -> Bool {
//ADMOB
GADMobileAds.configure(withApplicationID: AppConfiguration.AdMob.ID_APP)
return true
}
1 个解决方案
#1
1
https://apps.admob.com/v2/home
https://apps.admob.com/v2/home
Adding payments info can fix your issue. Please refer the link.
添加付款信息可以解决您的问题。请参阅链接。
#1
1
https://apps.admob.com/v2/home
https://apps.admob.com/v2/home
Adding payments info can fix your issue. Please refer the link.
添加付款信息可以解决您的问题。请参阅链接。