Questions tagged [iad]

iAd is a mobile advertising platform developed by Apple Inc. for its iPhone, iPod Touch, and iPad line of mobile devices allowing third-party developers to directly embed advertisements into their applications.

Notice: The iAd App Network was discontinued on June 30th, 2016 and is no longer accepting new applications into the network.

Refer to About the iAd App Network Shutdown for more information on the expected behavior now that the iAd Network has been discontinued.


iAd is a mobile advertising platform developed by Apple Inc. for its line of mobile devices running iOS, allowing third-party developers to directly embed advertisements into their applications.

More information can be found on the official iAd page and the iAd Developer's page.

1571 questions
7
votes
0 answers

iAd iOS 7 delegate methods not getting called

If I create a new single view project in XCode 5.0.2, add the iAd Framework, implementing the ADInterstitialAdDelegate in ViewController.h #import #import @interface ViewController : UIViewController…
7
votes
4 answers

iPhone full screen advertisement

I am developing an iPhone app and according to my business plan, I need my application to support full screen advertisements. I have checked WWDC, Apple Docs and found that ADInterstitialAd which offers what I am after is only supported on the iPad.…
dlock
  • 9,447
  • 9
  • 47
  • 67
7
votes
2 answers

How to integrate iAds and AdMob if iAds fails

I have been searching around for a little while looking for a complete guide on how to integrate iAds with AdMobs if iAds fails, The only reason I ask this is that I have iAds and I am noticing a very low fill rate with iAds and would love to have…
Ben Wilson
  • 3,057
  • 4
  • 21
  • 20
6
votes
1 answer

iAd refusing to display

iAd framework is doing my nut. AGAIN! Please someone help me towards sanity. Yesterday was working on the simulator, today it isn't. After an hour of raging at it I actually plug in my brain and log the error (iirc this is on the…
P i
  • 29,020
  • 36
  • 159
  • 267
6
votes
3 answers

iAd -- cannot click banner

I am creating a universal-app template. This template will need to support optional iAds, and optionally all orientations. I coded up a solution only to find a bizarre bug. in certain situations I was unable to click on the banner I then recoded…
P i
  • 29,020
  • 36
  • 159
  • 267
6
votes
5 answers

how to implement AdBannerview and ADBannerview delegate

I am having trouble implementing ADBannerView and its delegate protocol. I implemented the following code in my view class (also made the view conform to the ADBannerViewDelegate protocol): //add iAds ADBannerView *adView = [[ADBannerView alloc]…
jason
  • 5,391
  • 6
  • 23
  • 26
6
votes
1 answer

My iPhone app is still in "test ads" status even after ready for sale

I recently publish my iPhone app. I enabled iAds for my app in iTunes Connect in Manage applications. The appl is released and is "Ready for sale" but when I click "iAd network" and click View, I get this message Testing: This app is receiving test…
zsniperx
  • 2,732
  • 6
  • 25
  • 32
6
votes
1 answer

iAd interstitial not working on device

I am setting up my iAd interstitial like mentioned here. When I run my app on simulator, the interstitial runs fine. But when I try it on my test device (iPhone 4s), I get this error: Domain=ADErrorDomain Code=3 "The operation couldn’t be…
rgamber
  • 5,749
  • 10
  • 55
  • 99
6
votes
1 answer

App rejected due to AdSupport.framework

My app has just been rejected with the following message: PLA 3.3.12 We found that your app uses the iOS Advertising Identifier but does not include ad functionality. This does not comply with the terms of the iOS Developer Program License…
thomasdao
  • 972
  • 12
  • 26
6
votes
3 answers

Interstitial iAd has no close 'X' button

I am using Swift to implement interstitial ads into my app. I have managed to get it to show interstitial adverts, but there is no close 'X' button to get rid of the advert. Why is this?
user2397282
  • 3,798
  • 15
  • 48
  • 94
6
votes
1 answer

iAd in sprite kit game

I know there is at least one question asking how to integrate iAd into a sprite kit game, but that is not what I am looking for. I am looking for a portrait version of how to do it. There seem to be absolutely 0 tutorials online as to how to do…
user2277872
  • 2,963
  • 1
  • 21
  • 22
6
votes
1 answer

Apple iAd on the first day of an ios app

Is it normal for the first day your app is accepted into the ios App Store for the app not to be showing your ads? In my testing, it always shows the test banner, and in iTunes Connect it says "Live: This app is receiving live ads." So, does it…
siegs
  • 597
  • 1
  • 4
  • 14
6
votes
1 answer

How to Integrate iAd or Admob banner like popUp (not full screen) but it display like popUp on center of screen in Application?

Hi i have seen some applications displaying advertisements in Application as a PopUp view Banner not in full-screen or not at Bottom or top as we did Generally. I do Google regarding this in AdMob site or also read Apple doc iAd_Guide or Working…
Nitin Gohel
  • 49,482
  • 17
  • 105
  • 144
6
votes
3 answers

iAd fillrate is 0 after 4k requests

We launched an app on friday that uses iAds (full screen as well as banners). The dev version shows that iAds are working and itunes connect states that our app is live and receiving ads - but so far there were about 4k requests but fill is still…
matthias_buehlmann
  • 4,641
  • 6
  • 34
  • 76
6
votes
2 answers

iAd Banner does not appear but the code and right

I have a problem with iAd. I have followed many tutorials that are of excellent quality, and a few days ago I was able to correctly insert iAd in a test application. Now the method does not work even if I try to create a new application with only…
Jollyvideos
  • 113
  • 2
  • 7