问题描述
我想知道为什么
[self requestInterstitialAdPresentation];
只有一次。我的意思是,我绑定这个调用UIButton,第一次运行我的应用程序,并单击此按钮广告正确显示,但当我关闭广告,并试图再次调用另一个广告,只是广告不出现虽然nslog说功能被称为。在启动应用程式时,我预先载入
[UIViewController prepareInterstitialAds];
我刚刚遇到这个问题,似乎有一个时间阻止人们在其他segue之后向广告用户发送垃圾邮件。
我不知道如果它可以变化,但我只是尝试了自己和时间约2分钟。
I am wondering why[self requestInterstitialAdPresentation];
works only one time. I mean that I binded this call into UIButton, First time I run my app, and click this button the ad appear correctly but, when I close ad and trying to call again for another ad, simply ad do not appear though nslog said that function was called. On start app I preload ad with [UIViewController prepareInterstitialAds];
I've just come across this and it seems there's a time out to stop people spamming users with adverts after every other segue.
I don't know if it can vary, but I've just tried it myself and the time out was roughly 2 minutes.
这篇关于requestInterstitialAdPresentation只有一次的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!