获取 ADInterstitialAd 请求超过 20,000,但没有显示
我有 iAd 的应用程序更新。
我使用“ADInterstitialAd”来显示全屏广告。
当我使用 Xcode 测试应用程序时,应用程序显示一个测试 iAd,如我所愿。
但是当上传到应用商店时,它已经发送了超过20,000个请求,但没有显示。
我的程序是苹果演示“iAdInterstitialSuite / ADGame”的流程,
我做错了什么吗?
先谢谢大家的帮助。
I have an app update with iAd.
I use "ADInterstitialAd" to display a full screen ad.
when I'm testing the app with Xcode, The app show a test iAd,as I'm want.
but when upload to app store, It have send over 20,000 request, but none display.
my program is flow the Apple's demo "iAdInterstitialSuite / ADGame"
is there any thing wrong I made??
prethanks guys' help.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
有时苹果只是没有广告可以展示。我不确定他们如何决定何时实际展示广告或不展示广告。 200,000 个请求似乎有时您应该看到它。也许您过于频繁地请求广告而他们限制了您?
确保正确处理广告错误状态。这会告诉你为什么会发生这种情况。
Sometimes Apple just doesn't have an ad to show. I'm not sure how they make the decisions on when they'll actually show the ad or not. With 200,000 requests seems like you should see it sometimes. Perhaps you're asking for an ad too often and they're throttling you?
Make sure you handle the ad error states correctly. That will tell you why it's happening.