I tried to include an ADBannerView into my application. But the ADBannerView always ends up in bannerView:didFailToReceiveAdWithError:. I'm not able to see any test ad.

I've also downloaded the iAd Sample Code from Apples DevCenter but I end up with the same error.

11/5/10 5:46:33 PM BasicAdBanner[12072] { ADInternalErrorCode = 3; NSLocalizedFailureReason = "Ad inventory unavailable"; }

Can someone please explain to me how I can get iAd to work in the Simulator and on my testing device?

link|improve this question

1  
Have you enabled iAds for your app via iTunes connect? – Jasarien Nov 6 '10 at 17:51
1  
iAd is enabled via iTunes connect. But as I've posted I can't even see the test advertisement. Apples Sample code isn't even working ... – Thomas Huber Nov 6 '10 at 18:45
Are you using the iOS 4.2 GM sdk? Since I installed it, I have been getting that error as well for ALL my apps with iads both in the sim and on the devices. I'm thinking it must be something wrong on the iAd's back end. It would be nice for Apple to notify the devs, saving us all a lot of time and frustration. Can anyone else verify this using the 4.2 GM sdk? – W Dyson Nov 6 '10 at 19:10
I'm on iOS 4.1 SDK. – Thomas Huber Nov 6 '10 at 19:24
This may be something to do with the iAd framework back end as they get ready to launch 4.2. My best guess is they have disabled test ads as they ass live ad support for iPad 4.2. – W Dyson Nov 6 '10 at 20:44
show 2 more comments
feedback

4 Answers

up vote 0 down vote accepted

Same here, using sdk 4.1 and unable to launch any iAd test app for the past couple of days. I tried many things but nothing worked. Guess it's wrong on Apple side this time.

link|improve this answer
I've created a thread within Apples developer forum. But I haven't got any helping response so far. – Thomas Huber Nov 8 '10 at 4:26
I'm having the same issue with iOS 4.1 SDK and with Apple's BasicAdBanner sample code. Adding an NSLog shows errors like: 2010-11-08 14:08:02.026 BasicAdBanner[20460:207] didFailToReceiveAdWithError: error=Error Domain=ADErrorDomain Code=3 "The operation couldn’t be completed. Ad inventory unavailable" UserInfo=0x6e24e30 {ADInternalErrorCode=3, NSLocalizedFailureReason=Ad inventory unavailable} – Rei Nov 8 '10 at 22:08
I reported this to bugreport.apple.com. Let's see if they respond. – Rei Nov 8 '10 at 22:08
feedback

I had this problem too - an iPad would serve test iAds fine, but an iPhone would not. After a bit of investigation it seems to be related to the clock settings on the device, which sounds implausible I know! The automatic time on the iPhone was a few minutes slow, and the iPad a few minutes fast, as compared with the real time (as determined from the automatic time setting on the Mac).

Manually setting the time on the iPhone caused test iAds to start working - but only if the clock was correct to within a few seconds. So make sure to scroll the minutes wheel and exit the time picker just as the true time ticks over to the next minute. Actually it seems that it could be out by a few minutes as long as the seconds were about right, which is probably why the iPad worked ok despite being 5 minutes fast.

As to why the automatic time setting on the iPhone and iPad are so far out from the real time, that's another problem to solve. For now I'll leave my iPhone on manual time setting, at least while testing iAds.

link|improve this answer
Actually, this resolved my problem of not getting iAds on my 3GS running iOS4.2. Thanks, Jon. – Sam Nov 20 '11 at 10:23
feedback

This happened to me once - and then another time - it all worked properly. My app is released now, and works fine. So in short - maybe it a transient problem on Apple's side - or a local network problem on yours. Try again - see if it ever works. BTW - at one point I was able to get the sample iAd on my simulator but nothing on the iPhone - I released it anyway and never hand an issue.

link|improve this answer
I'm thinking maybe it's a problem on Apples side? Since Apples provided sample code for iAd isn't working too. Maybe you can try to run the sample code at your mac and tell me if it's showing the test ad. – Thomas Huber Nov 6 '10 at 19:25
feedback

No, I believe it was generated by Apple's server that developer can make correction for the error. Here is the reference from the Apple.enter image description here

link|improve this answer
feedback

protected by Brad Larson Nov 17 '11 at 17:53

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.