BannerView:didFailToReceiveAdWithError:操作无法完成。加载受到限制
我收到标题中提到的错误。
情况如下:
- 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论