在 iPhone 中加载 iAd 需要时间吗?
我已在我的应用中实现了 iAd。
然而,当我启动应用程序时,大约需要 2 分钟才能在 iPhone 中加载一次测试广告。
当我从后台删除它并重新启动后,需要 10-15 秒才能加载测试广告。
如何将首次加载的时间从 2 分钟减少到 10-15 秒?
I have implemented iAd in my app.
However, when I start my application it takes around 2 minutes to load the test ad in iPhone once.
After I delete it from the background and start again it takes 10-15 seconds to load the test ad.
How can I reduce the time from 2 minutes to 10-15 seconds for the first time it loads?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您编写广告显示代码的位置...如果它位于控制器类中,则将该代码移至 didFinishLaunching。最初隐藏 adView 并在加载控制器类后显示。
Where you have written the Ad displaying code... If it is in controller class move that code to didFinishLaunching. Hide the adView initially and show once your controller class is loaded.