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
8
votes
2 answers

iOS7 Auto Layout, View Resize and iAds

I'm using Auto Layout in my iOS 7 project with the following view hierarchy Main View -Container View ---Button ---Button ---ImageView -Banner View (iAd Banner View) The Main View and Container View are full width and height of screen. I have…
William
  • 1,033
  • 2
  • 13
  • 25
8
votes
1 answer

ADBannerView fails to receive ad with error 'The operation couldn’t be completed. Ad inventory unavailable'

I started to implement iAd into a new App yesterday. But getting the error from the question title since then. Anyone know how I can fix it? I've read here that it might be Apples fault. But since that thread is pretty old and I couldn't find any…
CGee
  • 1,650
  • 5
  • 20
  • 31
8
votes
4 answers

iTunes Connect iAd's

i am experiencing issues with iTunes Connect, it says that the iAd Network is temporarily unavailable. Permission Denied You do not have necessary permissions to perform this operation. I am the owner of the Dev Account, so does somebody else…
Maurice
  • 1,466
  • 1
  • 13
  • 33
8
votes
3 answers

iOS 6 iAd property and methods deprecated

Since iOS 6 release, there are some iAd properties and methods that are deprecated like : currentContentSizeIdentifier requiredContentSizeIdentifiers ADBannerContentSizeIdentifierPortrait ADBannerContentSizeIdentifierLandscape So what's the best…
Yaman
  • 3,949
  • 4
  • 38
  • 60
8
votes
3 answers

iOS 6 iad not showing in simulator

After I update XCode to get iOS 6 SDK, I see that iAd is not loaded anymore on simulator. I can't try on real device for the moment as I've not updated my iPhone yet. I didn't find anything about it on the release notes. Anyone encountring the same…
Yaman
  • 3,949
  • 4
  • 38
  • 60
8
votes
5 answers

integrating iAD into 3d game

I'm developing first person shooter and want to integrate iAD (and maybe AdMob later). The problem is that all the ad systems that I know use simple UIView's for that and are based on tapping them. I want to use real 3d game objects as triggers,…
givi
  • 1,883
  • 4
  • 22
  • 32
8
votes
4 answers

iAd Contract Expired? Not so, says iTunesConnect. iAd Module thinks otherwise

I recently updated my Developer membership. My new contract went into effect May 19th. Last week I went in and browsed my iAd earnings, and noticed that all of my iAd apps are "Red" and not receiving ads. After expanding the details to find out why,…
Daddy
  • 9,045
  • 7
  • 69
  • 98
7
votes
3 answers

iAd below UITableViewController inside UINavigationController

I'm building an app for a blog site. I have a UINavigationController with a UITableViewController as it's root view. I laid this out in a storyboard no problem, but I'm trying to drag an iAd view to the bottom of the screen and xcode will not let me…
overeasy
  • 404
  • 5
  • 12
7
votes
1 answer

iAd refresh after network disconnection

I have an iAd which shows up fine when connected to the Network. On the iOS simulator or testing on my device, if I open up my app, see the iAd, then go to settings and turn on airplane mode, and return to the app, the banner slide off the screen.…
Andrew_L
  • 3,021
  • 2
  • 19
  • 18
7
votes
0 answers

Linking Apple attribution data (iAd) with Firebase conversion tracking

I've seen a similar question here but it's a little different as what I need is a bit more in depth than just the channel attribution broadly as what the answer was there. With iAd you can requestAttributionDetails as mentioned here, Which provides…
Sam Matthews
  • 677
  • 1
  • 12
  • 27
7
votes
1 answer

How does Apple count impressions of iAd banners?

How does Apple count impressions of iAd banners. I realise that this is not specifically a programming question, but it affects implementation of iAds drastically. I am using a shared banner instance-the same banner on all view controllers. I have…
potato
  • 4,479
  • 7
  • 42
  • 99
7
votes
1 answer

iAds with new iPhone 6 and 6+

As well as the iAd Programming Guide is outdated since a long time (it proposes code samples which are deprecated since iOS6). I wonder what to do in order to display an Ad properly with the new iPhone6 and 6+ native resolution. It seems that Apple…
Tancrede Chazallet
  • 7,035
  • 6
  • 41
  • 62
7
votes
2 answers

My app was rejected for using "Advertising Identifier"

My app was rejected for using advertising identifier, but I am not using any advertising identifier in my app. I've checked my code and there is no advertising identifier, I am not even using the Ad support framework. Yes, my app serves ads but I am…
Deepak
  • 427
  • 4
  • 18
7
votes
3 answers

"Set Up iAd Network" button doesn't appear on iTunesConnect

I have just submitted my new app on iTunes Connect but I didn't see the "Set Up iAd Network" to activate iAd on this app. For my last app, the button appeared. Is it normal ? Thanks
Cortes48
  • 71
  • 1
  • 2
7
votes
3 answers

Hide/Show iAds in Spritekit

I've been trying to figure out how to hide and show iAds in my Spritekit Scenes. Currently I have it setup like this: ViewController.h #import #import #import @interface ViewController :…
Negora
  • 281
  • 4
  • 13