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
51
votes
9 answers

Can't upload archive to app store since yesterday

2 days before I successfully uploaded the archive for my application and my application is on app store, but yesterday and today when I upload the archive I see "Uploading the archive" message (with subtitle "Sending api usage to itunes connect") at…
Paul T.
  • 4,938
  • 7
  • 45
  • 93
28
votes
1 answer

Autolayout and subviews

I am using the iAd suite with storyboards from Apple, as per this link... Apple iAd Storyboard documentation It all works fine until I turn autolayout on. It builds fine but crashes on running. The output I get is: 2013-08-24 12:06:36.138…
Kevin Tarr
  • 387
  • 3
  • 9
21
votes
1 answer

iOS9 self.canDisplayBannerAds = true is not showing any ads

Very simple iAd code: import UIKit import iAd class ViewController: UIViewController { override func viewDidLoad() { super.viewDidLoad() self.canDisplayBannerAds = true } override func didReceiveMemoryWarning() { …
Mehmet
  • 333
  • 2
  • 10
16
votes
5 answers

iAd error "Ad inventory unavailable" (Apple Sample code also not working)

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…
Thomas Huber
  • 1,282
  • 1
  • 13
  • 23
16
votes
2 answers

iAds interstitial adverts on iPhone?

My developer and I had previously tried to get interstitial adverts loading on iPhone and iPad, however only managed to get this working on iPad. During our testing we discovered that interstitials weren't supported on iPhone, but since the release…
pixelkicks
  • 866
  • 2
  • 11
  • 23
16
votes
2 answers

After implementing iAd getting ERROR: unable to get the receiver data from the DB

I implemented a very simple iAd banner in totally new project and when I run it I'm getting the error ERROR: unable to get the receiver data from the DB! The code is pretty basic, so I don't think the problem is code related, but I will add it just…
PhilBlais
  • 1,076
  • 4
  • 13
  • 36
15
votes
8 answers

Is it a problem when an iAd may be obscured?

I added the ADBannerView to a view and when I load the app I get the following message: ADBannerView: WARNING A banner view (0x7a023c0) has an ad but may be obscured. This message is only printed once per banner view. As far as I can see the entire…
Peter Fortuin
  • 5,041
  • 8
  • 41
  • 69
14
votes
1 answer

Swift - CGAffineTransformInvert: singular matrix. UITextView & iAd

I have View Controller with UITextView and in the bottom I have iAds. When I access the View Controller I get an error: : CGAffineTransformInvert: singular matrix. Why? Everything works fine, but when I change from Portrait to Landscape or…
Bogdan Bogdanov
  • 882
  • 11
  • 36
  • 79
13
votes
3 answers

iAd banner not working on iOS 9

I'm getting didFailToReceiveAdWithError message in the console while running on the simulator and device. iAd banners are displayed successfully when running on iOS 8. When running on iOS 9, iAd banners fail to receive an ad. .h #import…
Rohit suvagiya
  • 1,005
  • 2
  • 12
  • 40
13
votes
3 answers

UIView vs Container View

So here is the problem I am trying to solve. In each viewController I am trying to insert ads and the actual control elements. I finished couple of tutorial on raywenderlinch.com to understand that how people professionally put ads in their app.…
Alok C
  • 2,787
  • 3
  • 25
  • 44
12
votes
2 answers

iAds Loading Throttled After Re-Launching App From Background (Also Happens In iAdSuite)

I am trying to implement the NavigationBanner iAdSuite example into my project so that a I can share a single AdBannerView instance across multiple view controllers, but I keep getting the following error: Error Domain=ADErrorDomain Code=2 "The…
user955853
  • 399
  • 2
  • 14
12
votes
4 answers

iAd or AdMob for iPhone/iPad development?

Is there still a point to use AdMob? Has it been or will it be banned by Apple? Is there an third-party interface solution that allows me to switch between the services later on server side?
malkist
  • 121
  • 1
  • 1
  • 3
12
votes
2 answers

CGAffineTransformInvert: singular matrix Error

I created Universal App (single view) in Xcode. Because I want to have iAd banner on every view I added this code to AppDelegate file: func application(application: UIApplication, didFinishLaunchingWithOptions launchOptions: [NSObject: AnyObject]?)…
André
  • 191
  • 1
  • 1
  • 9
12
votes
2 answers

How long do iAd apps take to start generating impressions?

I released an app with an iAd in it on Friday. So far it has generated zero impressions with many requests - a fill rate of zero. Most of my requests are in the USA (~90%) so the problem is not that the requests are from countries which iAd does not…
Jackson
  • 3,555
  • 3
  • 34
  • 50
12
votes
1 answer

App got approved, iAd not showing up

My app has just got approved and unfortunately my iAd banner is white blank. I've configured iAd on iTunes Connect. Thanks,
jkigel
  • 1,592
  • 6
  • 28
  • 49
1
2 3
99 100