调用插页式 iAd 只能使用一次插页、iAd

由网友(疯流涕淌)分享简介:我有 spritekit 游戏,每次游戏开始时都会使用 [UIViewController prepareInterstitialAds]; 预加载广告,并且在游戏结束后它应该显示带有 [self.view.window.rootViewController requestInterstitialAdPresentat...

我有 spritekit 游戏,每次游戏开始时都会使用 [UIViewController prepareInterstitialAds]; 预加载广告,并且在游戏结束后它应该显示带有 [self.view.window.rootViewController requestInterstitialAdPresentation] 的广告; 并且它工作正常,但只是第一次.广告只显示一次.在另一场比赛失败后,广告不会通过预加载显示.有什么建议吗?

I have spritekit game, Ad is preloaded on each start of game with [UIViewController prepareInterstitialAds]; And after gameover it should display ad with [self.view.window.rootViewController requestInterstitialAdPresentation]; and it's works okay, but only first time. The ad's shows only one time. After failing another game, ad do not show though preload. Any suggestions?

推荐答案

在这里查看gj15987的答案...requestInterstitialAdPresentation 只能使用一次

See the answer by gj15987 here... requestInterstitialAdPresentation Works only one Time

他说有两分钟的封锁期.我试了一下,发现我花了 3 分 20 秒才允许另一个广告.我在设置的开发者部分将填充率设置为 100%.

He says there's a two minute block out period. I tried it and found it took 3min 20sec to allow another ad for me. I have fill rate set to 100% in the Developer section of Settings.

阅读全文

相关推荐

最新文章