BannerView:didFailToReceiveAdWithError:操作无法完成。加载受到限制

发布于 2024-12-11 22:58:57 字数 399 浏览 0 评论 0原文

我收到标题中提到的错误。

情况如下:

  • bannerView加载
  • applicationDidEnterBackground(我点击主页按钮)
  • applicationWillEnterForeground(我重新进入应用程序)
  • 我发送HTTP异步请求以从后端API获取authToken。
  • 在调用 connectionDidFinishLoading 委托方法之前,我得到 错误
  • 然后,connectionDidFinishLoading被调用
  • bannerView加载。

看起来 iAd 框架想要在我发送异步请求的同时发送异步请求。

我还没有找到有关此错误的任何信息。有什么想法吗?

I am getting the error mentioned in the title.

Here is the situation:

  • bannerView loads
  • applicationDidEnterBackground (I hit home button)
  • applicationWillEnterForeground (I re-enter application)
  • I send HTTP asynchronous request to acquire authToken from my backend API.
  • Before connectionDidFinishLoading delegate method is called, I get
    the error
  • Then, connectionDidFinishLoading is called
  • bannerView loads.

It seems like iAd framework wants to send an asynchronous request around the same time I do.

I haven't found any information on this error. Any ideas?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文