iOS7+用の新しいアプリを実装しています。iAd バナーとの統合は、バナーを表示したいビューで canDisplayBannerAds を使用すると簡単に思えます。ただし、Xcode ログに次のエラーが表示されます。
ADBannerView: Unhandled error (no delegate or delegate does not implement didFailToReceiveAdWithError:): Error Domain=ADErrorDomain Code=7 "The operation couldn’t be completed. Ad was unloaded from this banner" UserInfo=0xc07bcc0 {ADInternalErrorCode=7, ADInternalErrorDomain=ADErrorDomain, NSLocalizedFailureReason=Ad was unloaded from this banner}
iOS7 iAd フレームワークでは canDisplayBannerAds = YES を設定するだけでよいので、didFailToReceiveAdWithError を実行Banner.delegate = self
または実装し続ける必要がありますか?
前もって感謝します