【发布时间】:2014-07-29 13:26:56
【问题描述】:
我在 Storyboard 中添加了一个 AdBannerView,但如果我运行该应用程序,我会收到错误消息:
The operation couldn’t be completed. Banner view is visible but does not have content
整个错误:
[AppDeveloper] ADBannerView: Unhandled error (no delegate or delegate does not implement didFailToReceiveAdWithError:): Error Domain=ADErrorDomain Code=5 "The operation couldn’t be completed. Banner view is visible but does not have content" UserInfo=0x7fd86afdf330 {ADInternalErrorCode=5, NSLocalizedFailureReason=Banner view is visible but does not have content, ADInternalErrorDomain=ADErrorDomain}
【问题讨论】:
-
你能给我们更多的信息吗?这是整个错误吗?
-
您是否正确连接了横幅视图?似乎这个错误告诉你你有一个横幅,但它没有填满内容,因为它没有正确连接。
标签: ios swift xcode iad adbannerview