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
11
votes
5 answers

Is there an official list of supported countries for iAd?

Where can I find it? Or can anyone please update what's the countries that are currently has iAd coverage?
tom
  • 14,273
  • 19
  • 65
  • 124
11
votes
4 answers

global ADBannerView in iPhone app

Is it possible with a standard UINavigationController-rooted app, to have a single ADBannerView visible at the bottom of the screen, below the view hierarchy? That is, without modifying each view-controller/view that can be pushed to the root…
TomSwift
  • 39,369
  • 12
  • 121
  • 149
11
votes
3 answers

Swift iAd - More than 10 instances of ADBannerView warning and CGAffineTransformInvert: singular matrix output

So I am trying to set up a simple iAd banner in my application but I am getting these two warnings in the output: WARNING: More than 10 instances of ADBannerView or ADInterstitialView currently exist. This is a misuse of the iAd API, and ad…
Luke Martin
  • 395
  • 4
  • 14
10
votes
7 answers

iAd error "Ad inventory unavailable"

I'm adding iAd to my app. Now, in simulator, it works well but when I load it on a device (v4.1) the ADBannerViewDelegate calls bannerView:didFailToReceiveAdWithError: with this description on the error.userInfo { ADInternalErrorCode = 3; …
emenegro
  • 6,901
  • 10
  • 45
  • 68
10
votes
2 answers

iAd not showing on Device after releasing application on App Store Italy

Hello guys I have a problem as stated in the question. In Italy the iAd network is available but iAds are not showing when I download my app from the App Store. In the test emulator it was working fine. It is an iPhone only app. What might be the…
Sanandrea
  • 2,112
  • 1
  • 27
  • 45
10
votes
2 answers

iAd Banner is not working

I'm trying to get a banner in my app, but since I added the banner, the app won't start. I get an error saying: Terminating app due to uncaught exception 'NSInvalidUnarchiveOperationException', reason: 'Could not instantiate class named…
Mangy92
  • 621
  • 1
  • 10
  • 25
9
votes
2 answers

What's the height if iAd banner on iPad since OS4.2?

What is the height of the iAd banner: ADBannerContentSizeIdentifierPortrait ADBannerContentSizeIdentifierLandscape on an iPad iOS4.2? Thanks!
ohho
  • 50,879
  • 75
  • 256
  • 383
9
votes
6 answers

Using iAd as default ad network, and AdMob if iAd fails

I've built my app this way and everything seems to be working more or less. After hearing about the notoriously low iAd fill rate I decided that this would be the best method, but I tried googling it and i couldnt find record of anyone else…
D-Nice
  • 4,772
  • 14
  • 52
  • 86
9
votes
3 answers

Overlaying an iAd banner onto screen instead of resizing screen

I've made two iPhone apps using Swift and just implemented the iAd Framework and added self.canDisplayBannerAds = true in my viewDidLoad() under GameViewController(). When ads appear in my game, the game screen resizes so that everything is still…
Tom Keegan
  • 111
  • 4
9
votes
2 answers

Error While Integrating iAd Adapter in Admob Mediation SDk

I am trying to integrate iAds in Admob mediation SDK for that purpose, I downloaded iAdListAdapter from Mediation website Download Link and added it into my xcode project but now when I try to compile the project it is giving following…
Asif Mujteba
  • 4,596
  • 2
  • 22
  • 38
8
votes
3 answers

iAd Landscape Strange View Behavior

I have an iAd which displays at the top of a fullscreen subview of the main view. The iAd works normally in portrait mode, and I have handled rotation of the iAd banner view into landscape mode. The issue occurs when the iAd is tapped by the user…
wasabi
  • 1,110
  • 10
  • 23
8
votes
1 answer

iAd is shutting down. Should I remove the iAd framework from all my applications?

You are receiving this email because you entered into the Developer Advertising Services Agreement (“Agreement”) to use iAd’s advertising network and related services. We would like to thank you for allowing Apple to serve ads on your mobile…
Dr.Ax
  • 281
  • 5
  • 12
8
votes
2 answers

iAd doesn't show asynchronously once its delegate method is called

I have replicated the iAdSuite with Storyboards in swift and the iAd works all fine across all view controllers, except that when the delegate method bannerViewDidLoadAd(banner: ADBannerView!) is called the banner view does not appear instantly. I…
Ahmed Khedr
  • 1,053
  • 1
  • 11
  • 24
8
votes
1 answer

Facebook in iPad: UIWebView - renders as touch instead of standard web

Up until a few days ago it worked fine: opening facebook.com in iPad/UIWebView rendered as standard web. Now Facebook is force-rendered as touch - as if the URL was http://touch.facebook.com. This happens regardless of the UIWebView frame size. Here…
Tal Yaniv
  • 493
  • 6
  • 13
8
votes
1 answer

iAd in xcode 6 with Swift

I'm working to implement a banner ad in the scene, but it always reports "Thread 1: EXC_BREAKPOINT(code=EXC_ARM_BREAKPOINT, subcode=Oxdefe) and the program stops running. I referenced Mr. T's answer in another question about iAd("Swift -…
Benzene
  • 161
  • 1
  • 9