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.

learn more… | top users | synonyms

0
votes
0answers
174 views

if iAd doesn't enable admob shows on, if iAd enable admob doesn't show on

Now I ve finally integrated admob and iAd into one application, but I would like to do, if iAd doesn't enable for example in a country, admob comes up. If iAd enable, and receive ads, admob doesn't ...
0
votes
2answers
259 views

iOS 6.0 iAd deprecation problems

Anybody know what to use to replace requiredContentSizeIdentifiers, ADBannerContentSizeIdentifierPortrait & currentContentSizeIdentifier for ios 6?
0
votes
1answer
38 views

Strange error in iAd

I've added iAd to my application, and while testing it in my simulator/device I receive some error from bannerView:didFailToReceiveAdWithError:, here are the error listed: MyTest[11915:907] [iAd] ...
1
vote
2answers
178 views

iOS Support ad vs ad-free versions of same app

I have a paid app on appstore that is not returning much revenue. So I have made a new version that is free instead, but it includes ads. Now two questions. 1) I want to make an alert "If you want ...
0
votes
1answer
116 views

iAd error: Ad Inventory unavailable

I am in the final stages of an app and I have been testing my ad-enabled app on both my iPhone (4S, iOS 6.0) and iPad (3, iOS 5.1.1). My app is an iPhone app (i.e. it runs on iPad as an iPhone app) ...
0
votes
2answers
478 views

Handling iAd fail to receive Ad within Admob Mediation setup

I have setup a basic application as a test, using the AdMob Mediation service. - (void)viewDidLoad { [super viewDidLoad]; // Create a view of the standard size at the top of the screen. ...
0
votes
1answer
174 views

Setting up iAd Network for testing application

I have setup a test application using Admob Mediation service. The application functions fine, but I receive an error from iAd incorrectly configured. I think this is due to it not being ...
1
vote
2answers
31 views

iAd. Is is essential to put code in .m file?

I've got iAd showing, but just placing an aDBannerView object in my xib file. Is it essential to implement something in .m file, or I can upload that version? Cheers!
1
vote
1answer
351 views

iAd only available in specific countries

I have setup a testing application with an Ad Banner. The ad banner is setup using AdWhirl where I use iAd and AdMob. The application works fine and runs without errors. I am now looking to setup iAd ...
-2
votes
1answer
658 views

how to implement iAd in ios6 [closed]

I'm sorry, but I'm sure this sounds like a stupid question but could someone please walk me through adding iAds into my iOs 6 app. I have seen tutorials out there for iOs 5 and iOs4 but it is all ...
1
vote
0answers
27 views

Stop requesting iAds in ineligible countries with PhoneGap app

We're using this plugin to serve iAd inside a PhoneGap app: https://github.com/shazron/iAdPlugin iAd is only eligible in certain countries like the US and UK. How do we stop requests in ineligible ...
2
votes
1answer
287 views

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

iAd won't work when the banner is pressed?

I have seen other questions, but they don't seem to help... I have an iAd banner at the bottom of one of my view controllers in my tab-bar app. I would like to hide it when it doesn't have an advert, ...
0
votes
1answer
224 views

Why is ADBannerView showing navigation bar on top, in iOS 6 only

I have an iOS application, with iAd using ADBannerView. It works perfectly in iOS 5, showing the ad full screen when the user taps on the banner. But when I run the exact same code in iOS 6, the ...
2
votes
2answers
68 views

Admobs sometimes appear twice on different locations

We are adding admobs as a backup ad-system for countries without iAd. But sometimes the ads appear twice, the second ad sometimes in the middle of the screen about 100-200 px above the other ad. It ...
2
votes
3answers
133 views

Should we call ads in viewDidLoad or viewDidAppear?

We have a tab-heavy app, which has 5 tabs to use back and forth. We have iAds and admobs(as backup for countries without iAd), and we 'call' the ads in viewDidLoad. Would it make a difference to call ...
0
votes
2answers
211 views

How to correctly implement iAds? iOS6 deprecation issues

I'm currently trying to add iAd to my app, I've come across a couple of tutorials and have the following in viewDidLoad: adView = [[ADBannerView alloc] initWithFrame:CGRectZero]; adView.frame = ...
2
votes
1answer
74 views

is it possible to add iad to html web app

I want to add iAD to HTML web app. Just wonder if it is possible. Do I need to contract framework simulate iAD framework by myself?
0
votes
1answer
76 views

how to post our own iphone Application adds in iAd Controller using iphon sdk?

Im My iPhone application i am using iAd controller. In this iAd controller i want to advertise our own mobile apps. How can i do this. Is there anyu settings in itunes connect. Please help me in this ...
0
votes
1answer
159 views

Why iPhone App not getting any Revunue from iAds after getting Requests and impressions also?

In My iphone application i added iAd Control i am getting Requests and impressions but i am not getting revenue. Why it is happening? Do we have to do something to get Revenue? I am very confused. ...
2
votes
1answer
66 views

ADBannerContentSizePortrait not available on iOS 5

I am adding the iAd framework to an existing application. The application is portrait only and iPhone only. Everything is running in iOS 6, both in the simulator and on an iPhone 5. However, it fails ...
0
votes
1answer
101 views

Multiple iAds with one view controller?

So I am trying to have multiple(five actually)iAd banners in one view controller, and have them animate up from the bottom in succession as they each receive an add. I am trying to figure out the best ...
0
votes
1answer
81 views

iAd ad showing frequency

I have been experimenting with iAd today in an app I am planning to release in the next few hours. I think it works as it should, however I have played my app for over 20 minutes and not a single test ...
0
votes
0answers
16 views

Add iAd banner to a QLPreviewController

Is it possible to put an iAd banner to the bottom of a QLPreviewController? I have a magazine app that will be ad supported that uses the preview controller to show the issues and I'd like the ads to ...
0
votes
0answers
88 views

Can't add or upgrade iAd.framework

I have upgraded AdWhirl for an Iphone app. Everything is fine so far, except the AdWhirl adapter had problems with iAd. I reasoned that it was because I linked an iAd framework that was too old. I had ...
4
votes
1answer
282 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 ...
-1
votes
7answers
119 views

how to add ads with animation on the navigation bar? [closed]

How can i add ads with animation on to the navigation bar, for example i have some product offers ad for which i need to animate the text showing some multiple offers of the product in the same ad?
1
vote
0answers
609 views

iAd vs AdMob vs AdWhirl on iOS 6 [closed]

I'm developing an universal app with iOS 6 and are undecided about the type of banner to add to my app. What do you recommend? iAd banners? AdMob? A mix between iAd and AdMob? AdWhirl? Thanks
2
votes
0answers
90 views

how to disable iad from refreshing ads once fetched

I need to fetch the ad only once for a screen. How do i disable the refresh of ads. I tried setting 'setRefreshInterval' but that crashes as it is an unrecognized selector, funny cause xcode ...
1
vote
2answers
306 views

App crash on device after config iAD but not on simulator

I am creating an app on cocos2d. i config the iAd but I don't know my app is crashing on device but when I run app on simulator it works fine. Error: [ADBannerView initWithAdType:]: unrecognized ...
0
votes
2answers
56 views

Cannot mutate (set) .isHidden on a banner ad

I have an iAd banner in my storyboard and dragged an outlet to my class. I'm just trying to do a simple implementation right now (no animation) but don't see why "No setter method 'setIsHidden' for ...
1
vote
1answer
147 views

iAd Testads only showing on iPhone4's never on iPads and iPhone3GS

I have a problem with the iAds library regarding Betatest. First of. I use Monotouch, and the App is build for the iPhone. All tests has been done on devices that run iOS6. The devices are iPad2,3, ...
0
votes
1answer
182 views

App rejected because of hidden whenever ad content is not being served by iAd

My app just got rejected because "The banner within the app should be hidden whenever ad content is not being served by iAd." Then they supply this sample code; - (void)bannerView:(ADBannerView ...
1
vote
1answer
50 views

Will “off-screen” ADBannerView count impressions?

I'm maintaining a sole instance of ADBannerView (as the docs suggested), and present is at some points troughout the UX. But I can see that bannerViewDidLoadAd: callbacks are keep invoked even if the ...
0
votes
1answer
82 views

Accidentally enabled iAds in my paid iPhone App

While submitting my iPhone App ( Paid version ) I accidentally enabled iAds in iTunes Connect. However, there is no code to support iAd in my application. I tried doing what iTunes Connect said, which ...
0
votes
3answers
694 views

iAd banner is displayed on simulator but not on device

I'm working on my iPhone application and I integrated iAd banners in all views of the app, sharing an unique banner object created on the app delegate. I'm able to display the iAd test banner on the ...
0
votes
0answers
40 views

Can I test iAd without an actual iAd contract in effect?

I've implemented an ADBannerView suite, with all the delegates, but cannot receive any ad data. It always says "Ad inventory unavailable" in the error. I have turned on iAd in my upcoming version of ...
0
votes
0answers
50 views

iAd producer - controls above map view are not clickable

I have a trouble with Mapview object in iAd producer. There's a popup menu wich overlays Mapviewcontrol and it's displayed fine. The problem is that menu buttons are not clickable, looks like all ...
1
vote
2answers
234 views

IAD opened in a strange position in iOS6

I added an ADBannerView to my app. When rotated screen to landscape i change ADBannerView to horizontal frame like this: But when it be clicked in iOS6, iad will open in a strange position: in ...
8
votes
3answers
637 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 ...
1
vote
2answers
598 views

AdMob Mediation: iAds Not Displaying Correctly on iOS 6

I'm using AdMob's mediation to display adds in my iPhone App. On all versions of iOS 5, both AdMob ads and iAds display correctly at all times. On iOS 6, AdMob ads still display correctly at all ...
-1
votes
3answers
55 views

Validate original app purchase [closed]

is there a way to detect if a user has payed for an app already? I want to integrate iAd in an app which is sold already - now i want not to show the ads to the old users when they upgrade. edited: ...
0
votes
1answer
70 views

Banner VC wont load from plist array

I have a plist that populates everything on the tab bar including the tableview: tab name, tab icon, title, detail, and makes the VCs into viewControllers array. "Banner VC alloc with content view ...
1
vote
1answer
263 views

AdMob Mediation iOS: Is iAd or AdMob Ad Being Presented?

Is there a programatic way to tell if AdMob mediation is presenting an iAd or AdMob ad? The parent view to my GADBannerView has to do something special depending on which ad is being presented...
0
votes
1answer
231 views

AdMob on iOS: Disable in-app AdMob Webpage Ads?

I'm using AdMob's mediation abilities to deliver both iAds and AdMob ads to my iPhone app. However, I'm noticing something REALLY annoying from some of the AdMob ads... Some AdMob ads are opening ...
0
votes
0answers
376 views

JBossWeb/2.0.1.GA Error Report

I am opening "iAd Network" portal in iTunes connect and see: HTTP Status 404 - /itcportal/ type Status report message /itcportal/ description The requested resource (/itcportal/) is not available. ...
0
votes
1answer
565 views

How to change content size of ADBannerView in iOS6?

currentContentSizeIdentifier is deprecated in iOS6. I tried _adView.currentContentSizeIdentifier = ADBannerContentSizeIdentifierPortrait; But it only works in iOS4/5. How to change content size of ...
1
vote
3answers
178 views

iAD is obscured by UITableView Indices

I have a UITableView and I'm adding an iAD as a footer view at the bottom of the screen added to a UITableView. The iAD is effectively pinned there since I update the iAD's position whenever the ...
1
vote
0answers
52 views

ADBannerView touch disabled

It's 3 days I'm trying to resolve a problem in my app. I have an ADBannerView (added programmatically) that correctly displays ad, but when I click it, nothing happens (it seem like disabled). ...
0
votes
1answer
135 views

iAd Banner not working

SO I used a tutorial to create an iAd Banner at the bottom of the screen and animate it into and out of the window, however the app is a tab based, and i do not quite know the correct offset, so you ...

1 2 3 4 5 14