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
4
votes
1 answer

After iOS 5.0.1 upgrade, Test iAds unavailable on iPad 2

Both versions of my first App "Puffer's Train challenge" are currently sitting in the Apple queue "In Review". Saturday night I upgraded my iPhone 4 from 5.0 to 5.0.1 and also installed 5.0.1 on a new iPad 2. Built & installed Lite versions of my…
4
votes
2 answers

How to display full screen iAd on iPhone?

I just recently read that full screen iAd only works on iPad. Do you think it is possbile to show a full screen iad banner before user to click it on iphone?
user503698
  • 135
  • 1
  • 8
4
votes
4 answers

Why does iAd still load data after it has been removed from it's superview, and can this be stopped?

I have a small app with iAds, and allow people to pay to upgrade. The iAd is setup in the application's NIB. I check the purchase status in the viewDidLoad method of the main UIViewController, and call the following methods on the ADBannerView…
William Denniss
  • 16,089
  • 7
  • 81
  • 124
4
votes
3 answers

Why does test iAd for barebones project not display?

Possible Duplicate: how to display test IAd banner in the simulator I have tried really hard, with several blogs and videos, to implement iAd in my application. It still fails with ADBannerView: Unhandled error (no delegate or delegate does not…
ajay
  • 3,245
  • 4
  • 31
  • 59
4
votes
1 answer

Putting an ADBannerView on top of a UINavigationController

I'm trying to put an iAd banner in an app that is based on a UINavigationController (it's not the standard nav-base app proposed by xcode, cause I don't need the table view). I'd like to place an ADBanner on its bottom, to be always visible, no…
4
votes
1 answer

How to add iAd to Ipad

I am working on an universal app and want to add an Ad Banner to it, the iAd is working fine in iPhone, But how to control that for iPad. Because latest version of iPad supports iAd but in different size format and that gives error in my interface…
Ranjeet Sajwan
  • 1,925
  • 2
  • 28
  • 60
4
votes
2 answers

iPhone iAd Enabled App Published Still Showing Test Ads

I integrated iAd in my application which got approved by Apple. I downloaded the app (FREE) to my device and ran it. For some reason instead of displaying real world ads it still says "Test Ads". Anyone experience this issue? The app got approved…
azamsharp
  • 19,710
  • 36
  • 144
  • 222
4
votes
6 answers

iOS SDK broken ever after reinstall UIKit and Foundation frameworks not found

For the pch file I get these errors: /Users/matt/Programming/iPhone Monkey Curling lite/iPhone_Monkey_Curling_Prefix.pch:6:34: error: Foundation/Foundation.h: No such file or directory /Users/matt/Programming/iPhone Monkey Curling…
Matthew Mitchell
  • 5,293
  • 14
  • 70
  • 122
4
votes
2 answers

Google Analytics Campaign Measurement not working

Who can help with error? - "iAd campaign tracking disabled because the current date is past the campaign window." From log: VERBOSE: GoogleAnalytics 3.14 __70-[GAIBatchingDispatcher checkIAdCampaignAttributionWithHitParameters:]_block_invoke_2 …
Vitaliy
  • 290
  • 2
  • 12
4
votes
2 answers

Problem positioning banner on top of my UITableView

I want to be able to display an ADBannerView right above my UITabBar (which displays a UITableView). Unfortunately my banner is not positioning correctly. It will appear right below the UITableView, and then as soon as I scroll, the banner will…
Sheehan Alam
  • 60,111
  • 124
  • 355
  • 556
4
votes
6 answers

iAd not showing up on my app I just released

Ok so I went out on a limb with the iAd craze and released my a new app for free with iad support. It took me forever to figure out how to setup everything up so that the banner "only shows when there is an ad to show". Now my app is live and I am…
Jeff
  • 53
  • 1
  • 1
  • 4
4
votes
2 answers

iAd not loading ads xcode7

I've used the same code on all my apps to display iAd ads, but after downloading xcode 7 and converting my code to swift2, ads don't appear anymore on my device or on the xcode simulator. Does anyone know what changes need to be made? import…
Daniel Mihaila
  • 585
  • 1
  • 6
  • 13
4
votes
1 answer

App rejected due to Advertising Identifier (IDFA)

My application was rejected due to the following reasons: You and Your Applications (and any third party with whom you have contracted to serve advertising) may use the Advertising Identifier, and any information obtained through the use of the…
Amit Kalra
  • 4,085
  • 6
  • 28
  • 44
4
votes
0 answers

iOS9 multitasking with iAd banner size

I've got a universal app with an iAd banner across the bottom. I've got it working with iOS9 multitasking. When my app is running on the iPad in portrait and I split into 2 apps my app becomes condensed.. which works. The iAd banner across the…
Daniel
  • 1,317
  • 2
  • 11
  • 21
4
votes
2 answers

App approved but no AdMob ads appearing

My iOS application was denied due to Apple not finding my ads during the review process. I uploaded my application again, included directions on how to see the ads, and it was approved today. Now, once my friends and family downloaded the…