Calling interstitial iAd works only one time(调用插页式 iAd 只能使用一次)
问题描述
我有 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.
这篇关于调用插页式 iAd 只能使用一次的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:调用插页式 iAd 只能使用一次
- Android - 我如何找出用户有多少未读电子邮件? 2022-01-01
- 如何检查发送到 Android 应用程序的 Firebase 消息的传递状态? 2022-01-01
- Android viewpager检测滑动超出范围 2022-01-01
- 想使用ViewPager,无法识别android.support.*? 2022-01-01
- MalformedJsonException:在第1行第1列路径中使用JsonReader.setLenient(True)接受格式错误的JSON 2022-01-01
- 用 Swift 实现 UITextFieldDelegate 2022-01-01
- Android - 拆分 Drawable 2022-01-01
- 在测试浓缩咖啡时,Android设备不会在屏幕上启动活动 2022-01-01
- android 4中的android RadioButton问题 2022-01-01
- 使用自定义动画时在 iOS9 上忽略 edgesForExtendedLayout 2022-01-01