While I'm testing my app on iOS Simulator, I can see ads. But if I turn on this app on my iPhone, I can't see them.
I use this:
- (void)bannerView:(ADBannerView *)banner didFailToReceiveAdWithError:(NSError *)error
- (void)bannerViewDidLoadAd:(ADBannerView *)banner
Where can be a problem?
I set NSLog on both methods. Each time when I turn on this app on my iPhone, I got the log from didFailToReceiveAdWithError.
Error says:
Error Domain=ADErrorDomain Code=0 "The operation couldn’t be completed. Unknown error" UserInfo=0x8892fd0 {ADInternalErrorCode=0, ADInternalErrorDomain=ADErrorDomain, NSLocalizedFailureReason=Unknown error}
errorsay? – duskwuff Feb 9 at 22:48error. – Toledo Feb 9 at 22:52