Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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}

share|improve this question
And what does the error say? – duskwuff Feb 9 at 22:48
@duskwuff I edited my question. There you can see the error. – Toledo Feb 9 at 22:52
I assume you've properly setup your profiles and application to support iAd. iAd is not working within all countries. If your country is not supported you will get this result. – demosten Feb 9 at 23:31

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.