12

My app has just got approved and unfortunately my iAd banner is white blank.

I've configured iAd on iTunes Connect.

Thanks,

9
  • You may need to give it a little time. You have iAds configured on iTunes connect for this app right? – rooster117 Jun 8 '12 at 19:06
  • 1
    Offtopic: how long it took Apple to approve your app? – graver Jun 8 '12 at 19:07
  • Are you only displaying your banner when an ad is actually available? – Terry Wilcox Jun 8 '12 at 19:07
  • It takes about 5-7 days from app submission until going into review. – mccrager Jun 8 '12 at 19:08
  • The only the iAd banner is being displayed, I submitted my app on June 1, and it approved today – jkigel Jun 8 '12 at 19:09
17

It's worth noting that if you run your app in debug, you'll get confirmation on whether the system you've implemented works, as you'll be getting test ads appearing (Grey adverts with Apple branding, clicking on one will show a message saying test adverts are working). If this is not the case, then there is an issue with the code. You'll need to disclose that code for additional help.

If the test ads do work, then it can be attributed to some/all of these issues.

  1. You've not set up iAd correctly in iTunes connect for your application. You need to enable it in the 'Manage Your Applications' section of iTunes connect.

  2. You haven't correctly set up the iAd contracts. See the 'Contracts, Tax, and Banking' section of iTunes connect, and make sure iAd Network for the World region is all in order.

  3. There aren't any advertisements to display. You won't get adverts being shown 24/7, they will only appear at particular times (this is working as designed). Test the app store build of your application over a long period of time, to see if ads appear. Note that different regions will get ads at different frequencies (the USA being most popular I believe). Note: The iAd framework provides methods to determine whether an advert is ready to be shown (see bannerViewWillLoadAd: and bannerViewDidLoadAd: in ADBannerViewDelegate for example). You should only make room for an iAd banner when there is an advert available, otherwise your app should look like there was never a banner there to begin with. Otherwise you'll end up with white space as you've mentioned

2
  • 4
    even I checked my iAd contracts and I have enabled iAd in the app there are still no ads showing up. I'm from Slovakia and I'm pretty sure there are lot of ads to show up (as seen in other apps). Anyway, how can I be sure my iAd contract is OK? – TomasJ Nov 1 '13 at 19:00
  • Same situation. I have submitted app from Hungary for two weeks, no ad have appeard on clients yet. More than 100 clients were already downloaded it. I can see in Sales and Trends some of the client are from USA. Strange. Have you changed your code afterward, latter on in last year have you made any revenue with ads? – János Dec 3 '14 at 9:12

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

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