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.
13
votes
8answers
12k views
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 ...
8
votes
4answers
8k views
Using iAd as default ad network, and AdMob if iAd fails
I've built my app this way and everything seems to be working more or less. After hearing about the notoriously low iAd fill rate I decided that this would be the best method, but I tried googling it ...
8
votes
3answers
610 views
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 ...
8
votes
5answers
185 views
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 ...
8
votes
1answer
848 views
Facebook in iPad: UIWebView - renders as touch instead of standard web
Up until a few days ago it worked fine: opening facebook.com in iPad/UIWebView rendered as standard web. Now Facebook is force-rendered as touch - as if the URL was http://touch.facebook.com. This ...
7
votes
3answers
5k views
global ADBannerView in iPhone app
Is it possible with a standard UINavigationController-rooted app, to have a single ADBannerView visible at the bottom of the screen, below the view hierarchy? That is, without modifying each ...
7
votes
5answers
2k views
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 ...
6
votes
1answer
1k views
How to add iAd to Ipad
I am working on an universal app and want to add an adBanner to it, the iAd is working fine in iPhone, But how to controll that for iPad.
Because latest version of iPad supports iAd but in different ...
6
votes
0answers
1k views
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 ...
5
votes
3answers
1k views
iAd — cannot click banner
I am creating a universal-app template.
This template will need to support optional iAds, and optionally all orientations.
I coded up a solution only to find a bizarre bug. in certain situations ...
5
votes
1answer
16k views
iAd banner content Size .. (iAd Support with iOs 4.2 for iPad)
We have an application that support iAds. Apparently iOs 4.2 for iPad will support this, but
doing some tests with the beta SDK, there is no way to resize de banner to make it fit on the DetailView of ...
5
votes
6answers
5k views
iAd error “Ad inventory unavailable”
I'm adding iAd to my app. Now, in simulator, it works well but when I load it on a device (v4.1) the ADBannerViewDelegate calls bannerView:didFailToReceiveAdWithError: with this description on the ...
5
votes
1answer
3k views
My iPhone app is still in “test ads” status even after ready for sale
I recently publish my iPhone app. I enabled iAds for my app in iTunes Connect in Manage applications. The appl is released and is "Ready for sale" but when I click "iAd network" and click View, I get ...
5
votes
1answer
595 views
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 ...
5
votes
4answers
5k views
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 ...
5
votes
1answer
1k views
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 ...
5
votes
2answers
176 views
Is there any audio ads for iPhone audio apps?
my app is like podcast for web articles. http://lisgo.org/
I plan to make a free version and am curious if there is audio ads for iPhone apps.
Since most users of my app don't see the screen, banner ...
5
votes
0answers
1k views
iAd refusing to display
iAd framework is doing my nut. AGAIN!
Please someone help me towards sanity.
Yesterday was working on the simulator, today it isn't. After an hour of raging at it I actually plug in my brain and ...
4
votes
4answers
9k views
how to implement AdBannerview and ADBannerview delegate
I am having trouble implementing ADBannerView and its delegate protocol.
I implemented the following code in my view class (also made the view conform to the ADBannerViewDelegate protocol):
//add ...
4
votes
4answers
7k views
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?
4
votes
3answers
2k views
iAd on iPad: Landscape iAd not Oriented Correctly
This is still a relatively new topic so not sure how many people have got to implement iAd on iPad (iOS4.2.1).
But basically, I get the iAd banner to appear in landscape mode (and it appears ...
4
votes
2answers
3k views
iAd not working on iOS 6
I have an iPhone app with iAd implemented and it was working fine on iOS 5.1.1. I upgrade my Xcode to 4.5 with the iOS 6 SDK to check my app for iOS 6 compatibility. The only thing that doesn't work ...
4
votes
1answer
73 views
iAd banner gone after dismissModalViewControllerAnimated
In my app delegate, I instantiate an iAd banner and assign it to a delegate property, then I load the main View Controller.
In the main View Controller, I add the iAd banner as a subview, and also ...
4
votes
3answers
928 views
How to create a global reference for iAd and implement in multiple Viewcontrollers
I'm having 5 ViewControllers in each of that i have to display iAd,so that i have to implement iAd code in each ViewControllers. Instead of that if i create set of common code in AppDelegate means ...
4
votes
1answer
813 views
iAd integration in IPhone
I want to integrate iAd and adMob in My application.
I have also integrate it successfully. when iAd in not able to load at that time adMob is come. adMob is working fine when I have test is using ...
4
votes
1answer
234 views
Issue on using Autolayout with iAd
I'm building an app that supports both portrait and landscape orientations and am using autolayout to make the process simpler. I have placed an AdBannerView at the bottom and have pinned the bottom ...
4
votes
2answers
1k views
iAd Landscape Strange View Behavior
I have an iAd which displays at the top of a fullscreen subview of the main view. The iAd works normally in portrait mode, and I have handled rotation of the iAd banner view into landscape mode. The ...
4
votes
2answers
359 views
Shared iAd banner for UITabBarController based app using XCode 4 with storyboard
Storyboard iAd Tab Bar Controller sample project
1: Download sample project for Xcode 4.2
2: Make the banner visible above the Tab Bar from every view
3: post answer
4: recieve bounty
5: make ...
4
votes
1answer
331 views
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 ...
4
votes
4answers
841 views
iad banner - one instance per app or one instance per page
Is it more appropriate to have one shared instance of and iAd for my app or can I create a new instance on each page of a navigation app? It seems Apple's sample code has only one ad that is used one ...
3
votes
3answers
703 views
Is it possible to play 2 video file simultaneously in the same view?
Is it possible to play 2 video files simultaneously in the same view?
I want to do have them both playing over half the screen, a little like this:
_ _ _ _ _ _ _ _ _ _
| |
| ...
3
votes
4answers
4k views
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
...
3
votes
2answers
430 views
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 ...
3
votes
3answers
2k views
Is there an official list of supported countries for iAd?
Where can I find it? Or can anyone please update what's the countries that are currently has iAd coverage?
3
votes
1answer
1k views
iOS 6 and iAds giving too many warnings
Here is my iAd code and I'm getting warnings about
setRequiredContentSizeIdentifiers - deprecated in iOS 6
ADBannerContentSizeIdentifier320x50 - deprecated in iOS 4.2
...
3
votes
3answers
1k views
iAd left white blank screen after closed
I got a problem to integrate iAd in my iPhone apps -- the banner ad is fine when it expends (see http://www.clingmarks.com/iAd1.png and http://www.clingmarks.com/iAd2.png), however, when I close it, ...
3
votes
1answer
2k views
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 ...
3
votes
3answers
4k views
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
...
3
votes
2answers
830 views
My App Store app is showing “Test Ad” iAd's
My first App is in the App Store since one week now and it is still recieving Test iAds. In the iAd network it says "Live Ads". And i have the App Store app not the xcode version. In iAd Network it ...
3
votes
4answers
930 views
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 ...
3
votes
3answers
2k views
Why does test iAd for barebones project not display? [duplicate]
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
...
3
votes
3answers
2k views
Use iAd JS framework to create a web app?
do you think it would be possible (legally) to use the iAd JS framework (the one that is provided for the developers for creating the ads) to create the whole iOS web application itself?
I've tried ...
3
votes
1answer
846 views
AdWhirl is obviously DEAD. Any AdWhril alternatives? [closed]
Adwhril is dead, at least for iOS. The code has not been updated for a very long time.
It was already giving warning from iOS 5, now it does not even compile unless you import a depreciated header ...
3
votes
1answer
459 views
MonoTouch app with iAds runs on simulator, crashes on device
A very simple one-page app that includes an ADBannerView crashes on the device whilst running fine in the simulator.
The crash is at the point of constructing the main view controller from the XIB.
...
3
votes
1answer
1k views
iAds displaying portrait in landscape orientation from start
I got this iPhone app where I use AdWhirl to change between a number of ad networks. Now when iAds gets its turn in and the phone is in landscape orientation before the ad shows it will display the ...
3
votes
1answer
88 views
Handling of iAd in iphone?
I have some following requirements,i don't know can we do this in iPhone or not.
Requirements are like
1.Can i open ad in safari browser after click.
2.Can i open ad in application itself in ...
3
votes
1answer
360 views
How can I create custom Ads in my iPhone app?
I am developing an iPhone app for my University radio station, and I would like to insert ads (that look and feel just like iAds) but with my own custom designs/content/links so I can sell this ...
3
votes
1answer
318 views
iPhone app with iAds recieving error code 3 when run on iPad with iOS 5.0
I have an iPhone app that is currently using the test environment for iAds. The ads display when bannerViewDidLoadAd: is received and hides the ads when didFailToReceiveAdWithError: is received, which ...
3
votes
3answers
665 views
Which is better Apple iAds or Google AdWords? [closed]
i want to add advertising on my iphone/ipad app.
In your opinion, what is better than iAds and Google Adwords?
What are the differences?
thanks,
A
3
votes
1answer
2k views
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 ...


