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

How to have a error message if a iAd does not load?

I am using iAd in one of my iphone app's and sometimes when it cant load it goes off screen and this is the code im using: -(void)bannerView:(ADBannerView *)aBanner didFailToReceiveAdWithError:(NSError *)error { if (!self.bannerIsVisible) { …
user1483652
  • 799
  • 1
  • 9
  • 16
0
votes
2 answers

iAds trough adWhirl not fully loading

I just implemented adWhirl to my app with iAds and adMob. Everything compiles correctly and adMob works perfectly, but my iAd's are not being sized correctly. the ad looks like its the right size, but it actually appears to be cut off. About 1/4 of…
Sean Wagner
  • 121
  • 1
  • 2
  • 9
0
votes
0 answers

Make delegate for iAd banners in storyboard based Tab Bar app

Possible Duplicate: Make a shared delegate for iAd in my TabBar application using XCode 4 with storyboard I'm making a storyboard app and in the storyboard I put a Tab Bar Controller and added 4 tabs: 2 navigation controllers going to tableviews…
ingenspor
  • 924
  • 2
  • 15
  • 37
0
votes
1 answer

Apple iad loaded but not shown, counts towards impressions?

I've noticed something interesting in what seems to be the recommended way to show iads in some apps. In the Apple NavigationBanner example ads are downloaded by the AppDelegate but (according to my reading) are only displayed when the user clicks…
Jonathan
  • 1,327
  • 3
  • 15
  • 24
0
votes
2 answers

tabbed application with adwhirl using storyboard

I've tabbed application with storyboard. I want to have adwhirl below my tabbar. Though I'm customising my tabbar after clicking out at any item.I'm not able to change the position of tabbar at initial stage. And I also want my all…
Niru Mukund Shah
  • 4,637
  • 2
  • 20
  • 34
0
votes
1 answer

XIB Control click programmatically referencing outlets iAD

I have an app that I would like to run with iAD. Sadly there is no view controller in interface builder format so I will have to do it programmatically. Can you make referencing outlets through code within the view controller. Thank you in advanced,…
user1432813
  • 162
  • 2
  • 10
0
votes
1 answer

How to integrate iAD without a xib file

I have an app that does not use any form of storyboard or xib or nib. I have used iAD before but it involved dragging on and declaring in the code. How do I make the banner add view a subview, (my knowledge of such programming is poor, I have just…
user1432813
  • 162
  • 2
  • 10
0
votes
1 answer

Mo pub + iAds in iPhone landscape game

Now I got one requirement to use MoPub+iAds in iPhone game. I used mo pub sdk and initialized view like this MPAdView *moPubAdView = [[MPAdView alloc] initWithAdUnitId:MOPUB_ADS_ACCOUNT_ID size:MOPUB_BANNER_SIZE]; But this displays 320x50 in size.…
Guru
  • 21,652
  • 10
  • 63
  • 102
0
votes
1 answer

Single iAd referred from multiple ViewControllers

I followed the instructions provided here in order to share iAd content amongst multiple VCs: How to create a global reference for iAd and implement in multiple Viewcontrollers However I now want to be able to hide the banner if there's no advert…
Tony
  • 373
  • 5
  • 18
0
votes
3 answers

NSObject may not respond to 'onEnter' (when using iAd in AppDelegate)

Using iAd. Getting few warnings. Below is the code I have put in AppDelegate.m What is missing? Warnings are indicated with end of code line -(void)onEnter { [super onEnter]; //<-- NSObject may not respond to this adView = [[ADBannerView…
maniclorn
  • 1,081
  • 3
  • 12
  • 23
0
votes
1 answer

AdWhirl update viewControllerForPresentingModalView

I've implemented a singleton to display adWhirl ads. However, when I change scenes in my storyboard app, the viewController for the ad is not updated until a new ad is requested. I have viewControllerForPresentingModalView implemented in the…
jross
  • 1
  • 1
0
votes
1 answer

Why don't iAds with Google Admob Mediation on iPhone w/4.3 display until the device is rotated?

I'm currently switching my application from AdWhirl to the mediation in admob. I have it working correctly everywhere except on the 4.3 simulator with the iPhone. It works fine with the 4.3 iPad and >=5 iPhone/iPad. (My 4.3 device met an unfortunate…
Jonathon
  • 706
  • 6
  • 18
0
votes
1 answer

iAd showing test advertisement on some devices

I released an iOS app 1 week ago with iAd banner. On my wife's iPad the iAds show up normally. However on my iPad and iPhone they keep displaying test advertisement. I've searched thru the site and google, removed the development version and…
marcwjj
  • 1,705
  • 1
  • 12
  • 11
0
votes
1 answer

How do I remove ads with In-App Purchase?

I am having trouble finding out why my iAd is not being removed after a purchase. Here is what I am trying in the file that has the iAd: #define kInAppPurchaseUpgradeProductId @"kInAppPurchaseUpgradeProductId" NSUserDefaults * defaults =…
Luke Irvin
  • 1,179
  • 1
  • 20
  • 39
0
votes
1 answer

On iPhone, do text only banner ads make as much money?

My app is in landscape and I am using kGADAdSizeSmartBannerLandscape to create banners across the screen. I am using AdMob Mediation with AdMob and iAd only. The thing is, these size ads (480x32)or(960x64) are text only for the iphone. Does anyone…
David John
  • 496
  • 1
  • 5
  • 17
1 2 3
99
100