在 iPhone 中加载 iAd 需要时间吗?

发布于 2024-11-12 17:04:23 字数 213 浏览 2 评论 0原文

我已在我的应用中实现了 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

⊕婉儿 2024-11-19 17:04:23

您编写广告显示代码的位置...如果它位于控制器类中,则将该代码移至 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文