I added the iAd as written in tutorials and in my app it always calls didFailToReceiveAdWithError. bannerViewDidLoadAd is never invoked. I know I'm supposed to see a "test advertisment" Ad, but nothing shows up, because the function bannerViewDidLoadAd is never being invoked.

I've looked into other questions, but didn't find an answer... I would have added code, but I suspect this is more of a misunderstanding between me and Steve.

Thanks.

UPDATE:

Can someone please let me know if this problem also shows him in the console: 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=0xfdd4070 {ADInternalErrorCode=5, NSLocalizedFailureReason=Banner view is visible but does not have content}

link|improve this question

53% accept rate
If it changes anything, I'm using three20. What tells iAd it's not a real ad, and just to show the "test advertisment" ? – Noam Oct 1 '10 at 17:31
feedback

3 Answers

First of all, check your iAd status for your application in your iPhone Development Portal. You must enable iAd access for your application there. This might take a couple of hours to activate (in my experience).

Also, I think the provisioning profile used for the application determines which ads should be shown. It states in the documentation that development and ad-hoc profiles show test ads and that the distributed version of your app shows the normal ads.

link|improve this answer
Even the "test advertisment" shouldn't show up without doing stuff at the iPhone Development Portal? I was under the impression this should be done only when I upload the app, and that it doesn't matter if I only test it on the simulator. Are you sure? – Noam Oct 1 '10 at 21:48
Yes, I think it only shows up when you register your application for iAd support. But it is easy to check out right? Just add your application for iAds in: iTunes Connect -> Manage your Apps -> Setup iAd Network It's all really easy. – Wim Haanstra Oct 2 '10 at 5:28
I did as you said and created a new app (after creating a new bundle) in itunes connect and enabled its iAds. I also created a distribution provisioning profile and dragged it onto my xCode. Then I updated the info.plist to match the profile. But, that didn't help the iAd to appear with the "test advertisement". Any ideas? – Noam Oct 2 '10 at 15:33
Did you also set the profile correctly for the debug version you are running? Distribution certificates are normally not for deploying on your phone. Tried installing on your phone and the simulator? Any differences? What does the error tell you when the failed function is called? – Wim Haanstra Oct 2 '10 at 18:14
I'm getting "ADErrorDomain" as the error (not really sure what that means). I didn't try to install it on my phone, just on the simulator. – Noam Oct 2 '10 at 20:40
show 4 more comments
feedback

it seems that xcode 3.2.4 with iOS4.1 does not support iAd. but i am downgrading the xcode to 3.2.3 with iOS4.0 and still facing the problem of iAds testing does not display.

Any other reason.

link|improve this answer
feedback

I encountered the same problem. It turns out that my certificates / provisioning profiles were all out of date. Once I updated them, the problem went away without any further work.

link|improve this answer
feedback

protected by Community May 6 '11 at 15:27

This question is protected to prevent "thanks!", "me too!", or spam answers by new users. To answer it, you must have earned at least 10 reputation on this site.

Not the answer you're looking for? Browse other questions tagged or ask your own question.