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

How to resolve "Member access into incomplete type" error

I am trying to integrate iAd into a cocos2d-x project as described in: http://becomingindiedev.blogspot.com.es/2015/02/integrating-iad-in-cocos2d-x-v3x.html AdBanner.h #import #import @class…
Rahul Iyer
  • 19,924
  • 21
  • 96
  • 190
5
votes
2 answers

How to display iAd banner in different SpriteKit Scenes

I made simple game with Swift and SpriteKit. Everything seems to work but I have a problem with my iAd Setup. I only want to show the ad banner in specific scenes (main menu and game over) not during the gameplay. My iAd setup works but only if it…
PatrickDotStar
  • 1,654
  • 1
  • 19
  • 20
5
votes
1 answer

Strange Behaviour with iAd Interstitial

I am experiencing some weird behaviour in both ios7 and 8.. What happens is sometimes the full screen is presented with an X(POTRAIT FUllSCREEN AD - my app is landscape only). You click the X and you can go back to my menu fine. But sometimes an ad…
4GetFullOf
  • 1,738
  • 4
  • 22
  • 47
5
votes
3 answers

Swift - ADBannerView

I tried to implement ADBannerView with the old way like Objective C but unsuccessfull. Everythings work but the advertisments didn't show up, it stays a blank field. func bannerViewDidLoadAd(banner: ADBannerView!) { UIView.beginAnimations(nil,…
Bogdan Bogdanov
  • 882
  • 11
  • 36
  • 79
5
votes
2 answers

iAd Network error - Temporarily Unavailable

I am having this issue since I opened my ITunes Connect account last week. I have contacted Apple but I have not received any replay about this issue yet. Is everyone else having the same issue?
SNos
  • 3,430
  • 5
  • 42
  • 92
5
votes
1 answer

Pause SpriteKit Scene When Clicking on iAds

I am working on a SpriteKit project and I'm struggling to pause the game when the iAd is clicked, and unpause when the iAd is dismissed. The main problem is pausing the Scene from the ViewController, I know that if I want to pause the Scene from the…
nick
  • 101
  • 10
5
votes
3 answers

iOS 7's canDisplayBannerAds and rotation?

I've installed iAd banners in my app using the new iOS 7 property on UIViewController, namely canDisplayBannerAds. The trouble is that my view no longer resizes correctly on iOS 7. I'm using autolayout, in case you were wondering. In portrait, the…
Moshe
  • 57,511
  • 78
  • 272
  • 425
5
votes
3 answers

Ad Banner blocks bottom of UITableView

This is a UI layout issue. I need to place banner ads on the bottom of all views in an iPhone app. The banner ads are shared and only load if they are available. Two UIViewControllers contain UITableViews that occupy the full screen. I am having two…
Pheepster
  • 6,045
  • 6
  • 41
  • 75
5
votes
1 answer

Setting the delegate when using canDisplayBannerAds

I've been struggling to get (banner) iAds to display correctly in the iPhone, and in an iPad merely displaying the iPhone app (scaled up). I still don't know how to fix this, and haven't found anyone else having this problem. Then I noticed that in…
james Burns
  • 864
  • 2
  • 9
  • 22
5
votes
1 answer

Do I need to implement didFailToReceiveAdWithError in iOS7+ app?

I'm implementing a new app for iOS7+. The integration with iAd banners seems easy with canDisplayBannerAds in the views i want to display a banner. However i'm getting this errors in Xcode log: ADBannerView: Unhandled error (no delegate or delegate…
jorgeram
  • 141
  • 5
5
votes
0 answers

What is the proper way to remove iAd from the view hierarchy

I am trying to remove an iAd view from the view hierarchy. My implementation successfully removes the iAd banner from the view, but I continue to receive the following error: Unhandled error (no delegate or delegate does not implement…
JeffB6688
  • 3,782
  • 5
  • 38
  • 58
5
votes
3 answers

iAd & Admob Interstitial Integration on iPhone

I'm currently using Admob GADInterstitial in my iPhone app, and would like to take advantage of the interstitials offered in the iAd UIViewController additions in iOS 7. My guess is that Apple's fill rate will not be that high, so I'd like to fall…
Ken Cooper
  • 851
  • 1
  • 9
  • 17
5
votes
1 answer

How can I add iAds from a specific category in iOS?

I want to integrate ads (banner) in a particular category to my iPad Application (Category like ads from financial sectors, IT Sector etc). Is there any ad service that support this?
5
votes
1 answer

How can I find out if AdMob has loaded an ad?

I'm using AdMob as backup for iAd, but I'm having trouble finding out if AdMob delivers.. With iAd I could check with isBannerLoaded or something, but not with AdMob.. Anyway, I've got everything working now, except when theres no internet…
Sti
  • 8,275
  • 9
  • 62
  • 124
5
votes
1 answer

Singleton class for displaying iAds for iPhone

I have written a Singleton Class for managing iAds.The iAds pop up after 5 seconds of the user inactivity. The idleTimerExceeded call generate a notification to show the iAd. This code works fine for my requirements but since I am new to iOS…
muneikh
  • 2,067
  • 5
  • 25
  • 59