Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>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.</p> <p>If the test ads do work, then it can be attributed to some/all of these issues.</p> <ol> <li><p>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.</p></li> <li><p>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.</p></li> <li><p>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 <code>bannerViewWillLoadAd:</code> and <code>bannerViewDidLoadAd:</code> 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</p></li> </ol>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload