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.
0
votes
0answers
36 views
Audio Advertisements for iOS Applications
I know that iAd allows developers to implement banner style advertisements within their iOS applications. Is there an official way to implement audio ads (similar to how the Pandora app presents audio ...
1
vote
2answers
31 views
Apple iAd enabled, yes or no?
This is awkward.
I am trying to upload my first app to apple, and since it has a free version, I'd like to use iAd services. In the itunesConnect, in order to allow iAd services you'd need to ...
0
votes
1answer
31 views
UITableView scrolling under iAd
i want to display iAd at the bottom of the screen..
i tried to add subView but the iAd showed in a cell and he hides him.
what should i do to make the tableView to scroll under the iAd?
my code:
- ...
1
vote
1answer
34 views
AdBannerView proper implementation to multiple view controllers
Currently have I implemented iAd and AdMob to each and every view controller in my Xcode project. I have about 6 view controllers and every time I switch back and forth between them one adbanner ...
0
votes
0answers
26 views
not able to implement iAd delegate in Kobold2d 2.04
I am using kobold2d 2.04 and Xcode 4.6.1
Having difficulty finding a solution to getting an iAd banner implemented that receives the call from the delegate. I can show the banner but the delegate is ...
0
votes
0answers
18 views
Struggling with integrating iAd
I have a tab bar application which have table views as sub views. I need to show ad banner at bottom just above the tab bar. The ad banner sometimes is seen and sometimes not for a long time. ...
0
votes
0answers
33 views
sharing iAd banner across different views in storyboard?
I'm having a hard time to figure out how the whole iAd implementation works!
after serching in the forum and trying a lot of different methods - i still havent found a solution for my problem!
I have ...
2
votes
2answers
98 views
iOS 6 iAd orientation issues - iAds rotate my portrait only app to landscape and leaves it that way
I have created an iOS6 "Single View" iPhone application.
The application is portrait only.
I added iAds to the application.
I add additional views to the application like this:
if ...
0
votes
0answers
19 views
iAdSuite sample apps failing on iPhone 3GS
The sample apps provided in the iAdSuite packing are all failing to display an ads on my iPhone 3GS, whether they are being debugged or not. Instead of ads, I get the famous "Ad inventory unavailable" ...
1
vote
0answers
51 views
BannerViewController interferes with hidesBottomBarWhenPushed
I'm implememting a design based on the TabbedBanner example in the iAdSuite. I have a UINavigationController in the first tab. In that UINavigationController I have a view controller that simply has a ...
0
votes
2answers
75 views
IOS: advertising in app iOS
In my app I want to insert advertising; I search on google and many people use only a service to their app, at the example only iAd or only adMob ecc..
Other people say that is better insert in an app ...
0
votes
1answer
51 views
AdBannerView moves to top of superview after bannerViewActionDidFinish: Bug or Not?
Feel free to reference a sample Xcode project hosted on GitHub which demonstrates this issue: IAdBannerBugDemo
When there is an AdBannerView being displayed underneath a UITableView and above a ...
0
votes
1answer
47 views
IOS: iAD advertising
In my app I insert advertising with the iAd framework and it work fine. But now I want to know how to set advertising inside these banners.
Is there some services where I should register my ...
1
vote
1answer
35 views
How do you run a function when an iAd is clicked?
I have read up on the iAd docs and am familiar with the delegate methods and there doesn't appear to be a method that runs when an iAd Banner ad is clicked.
I want to be able to pause the game when ...
1
vote
2answers
139 views
On dismiss view iAds becomes black in ios 5 ipad.(dark black)
I have a tab based application. I have created an iAd object in app delegate class and using it in my three view controller class. It's working good on second tab's screen and third tab's screen. On ...
0
votes
1answer
29 views
On dismiss iAd Screen ipad screen becomes black
I have a tab based application.I have created a iad object in appdelegate class and using it in my three view controller class.It is working good on tab 2's first screen and tab 3's first screen.On ...
0
votes
1answer
45 views
Keep Ad/banner static on application Screens
After releasing a few apps to Google Play/App Store, I have noticed that the revenue is higher in applications which keep the Ads static (it also increases eCPM).
By static I mean that when you ...
4
votes
1answer
74 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 ...
1
vote
1answer
20 views
iAd banner partially obscured by main view
This is my first time implementing iAd, so it is probably a newb mistake. In my app delegate I initialize an iAd banner view and assign it to a delegate property, then in my View Controller I add it ...
1
vote
1answer
24 views
UIToolbar disappears after iAd is dismissed
On UIViewController updating UIImage View and UITextView based on NSTimer. On the same UIViewController showing iAd and right below iAd have UIToolbar. When clicking on iAd and then dismissing it, ...
0
votes
1answer
32 views
iAd and other banners
In my application I'd like to show cycling iAd banners and another kind of "banners" made by myself.
The problem is that I don't know which could be the best practice.
I'd like to show iAd banner in a ...
0
votes
0answers
17 views
do I need iAd if I have already implemented AdWhirl?
I have already implemented iAd before implementing AdWhirl, and now I have also implemented AdWhirl but I am wondering do I then need iAd as well? because AdWhirl supports iAd, therefore I would like ...
0
votes
0answers
30 views
xcode iad banner in subview
I'm tying to add an iAd banner to a subview which moves around. When I try to add it nothing happens.
i use
[myView addSubview:adBanner];
but nothing happens. the following code works to have it at ...
0
votes
2answers
133 views
How to add iAd in app
I want to add iAd in my app. And i have done lot of research and seen video that display how to add iAd in your project. But all video and tutorial display code for adding iAd in project none of them ...
0
votes
1answer
59 views
xcode - how do you create a iAd banner at runtime and set location
i want to be able to create an ad banner at runtime, set it's location to the top middle of the ipad then present it. i dont know how to create and set the location of it.
edit: never mind, i forgot ...
1
vote
0answers
36 views
NSSNotifiaction integration for iAD in project
I have tabbed application and i like to present iAd on each view at different position according to space availability , so i thought of add functionality of iAd in app delegate and create its ...
0
votes
0answers
22 views
Why cant i move an iAd from a HUD layer?
I have a HUD layer containing an iAd with a function that moves the ad offscreen.
I use this code to add the HUD layer to one of the scenes I have:
CCScene *scene = [CCScene node];
hudLayer *hud = ...
0
votes
1answer
26 views
App with iAd and App without ad should in different projects?
here is my question, i made an app and put on appstore, but i wish to charge the version without any iAd for 69p ...and the version WITH iad built in for free...
so, should I make two separte ...
0
votes
1answer
60 views
iAd in Xcode, connecting AdBannerView to delegate?
So, after watching Geeky Lemon's tutorial on youtube (https://www.youtube.com/watch?v=0NkgmhpJovM&list=UU6-UA1FoMnbO2LCLWPCM9aA&index=27) on how to implement iAds into your app. My problem is, ...
0
votes
0answers
29 views
Rotating One UIView Causes Another To Be Pushed OffScreen
I have a ViewController which contains a couple of UILabels, a UIImageView and an ADBannerView. There are two relevant movements: The UIImageView rotates based on the angle at which the user is ...
0
votes
1answer
97 views
iOS iAd banner placement
I would like to know what is the best practice and how to show an ad banner at the bottom of the screen. I am using phonegap 2.5 and I can get it to show on the top of the screen. This is how I am ...
0
votes
1answer
15 views
iAd shared for UIViews
I am using an iAd for sharing among views, but there are two strange issues which I have been browsing over the internet for solution without finding clue, therefore I post my question and code here ...
0
votes
0answers
10 views
two Delegate in .h
Hi i am trying to put Iad as will as Send A SMS in my app but when i put in my .h
#import <UIKit/UIKit.h>
#import <Social/Social.h>
#import <Accounts/Accounts.h>
#import ...
0
votes
2answers
133 views
iOS 6 iAd strange warning
I have implemented iAd in my iPhone application. I am using storyboard and have two viewControllers. I have implemented an AdBannerView in both viewControllers and have set the delegate to self. I ...
0
votes
1answer
28 views
How iAd searches for content to display?
I have an iPhone app that implements iAd. In debugging mode everything works fine and I'm showing the test advertisement correctly on simulator and on device with no particular logs or errors.
The ...
1
vote
0answers
31 views
How to display iAd Banner with UIModalPresentationFormSheet
Any possibility of displaying an iAd banner in a UIModalPresentationFormSheet?
Reading the documentation there are is no size listed for iPad form sheet:
...
2
votes
2answers
184 views
iAd banner rotates my view to landscape
Views in my app are portrait only - my view controllers and the root view controller both ensure that they only rotate to portrait orientations using both shouldAutorotateToInterfaceOrientation: and ...
0
votes
1answer
62 views
iAd doesn't fit width of screen
I am trying to add an iAd to my iPad app, which only works in landscape. However, when the ad appears, it does not fit the width of landscape (it has the dimensions for portrait). I have set the ...
1
vote
1answer
33 views
Need help at Ad SDK (iOS)
i downloaded a project with iAD Examples.
Now i have a few problems.
Need i a iAD SDK? Where can i download it?
Use of undeclared identifier 'ADBannerContentSizeIdentifierPortrait'
or
Use of ...
0
votes
1answer
52 views
Starting out with ads on iOS
I'd like a couple of pointers on what the best way is to monetise iOS apps with ads. All of the reviews/tutorials I've found have been from quite a long time ago.
I have a couple of paid apps that I ...
2
votes
2answers
75 views
I am making an app and I put an iAd but I want it to hide when not available
I am making an application, that has iAd, but when I am not connected to the internet the space where the iAd is supposed to be, is a white empty space, how do I make it so the iAd space is not white, ...
0
votes
1answer
73 views
iAd in UITabBarController with Storyboards
I am trying to add iAd into my tab based app which is setup using Storyboards. I am following the TabbedBanner example in the iAdSuite sample code from apple. I have imported the ...
0
votes
1answer
55 views
iAd layout in iPad landscape mode
I have a problem:
I've added an iAd Banner into my Universal Application.
But if I want to size the iAd Banner on the iPad so, that it is as big as the width of the iPad Portrait Mode, it works, but ...
0
votes
1answer
131 views
What are the steps to port a Flash game to Mac OS X dmg / App Store and iOS App Store?
I've developed a Flash game that I want to publish for Mac OS X and iOS (iPad). The game is composed of multiple SWF files that I want to be nicely packaged when end users download it either from my ...
0
votes
0answers
81 views
xcode ad banner ipad - work on landscape and portrait
i have an ad banner at the bottom of the screen in storyboard which is in portrait mode. i cant work out how to make it stretch or even centre itself when the ipad goes into portrait.
[_adBanner ...
1
vote
1answer
155 views
animate UITableView frame and contentOffset together
So I'm adding an iAd unit to the top of a UITableView. I'm creating the ad unit off-screen, then animating it into place as you're supposed to.
When the ad appears, I'd like to simultaneously animate ...
0
votes
0answers
32 views
iAdProj, include in my application?
i did an iAdProj with the iAd producer, how can i include this iAd only in my application?
i used to use DFP to identify the adUnit must be shown in the view
self.adBanner = [[[GADBannerView alloc] ...
2
votes
1answer
226 views
Admob configure mediation with iAd
In Admob I have 2 ways to configure iAd mediation with Admob
eCPM - (I set eCPM per ad network)
% - I set % shares
(+ country targeting as optional choice)
I wish to show iAd when available and ...
0
votes
1answer
54 views
iAds appear and disappear
This may just be because im running it in developmental mode on my device but I added ads into my application and they all seem to be working as i would expect, but it seems that after 2-5 minutes it ...
1
vote
0answers
64 views
iAd Autolayout Issue after clic
I have some layout problem when i clic on "Test advertiser" iAd Banner :
I don't understand because everything is well displayed before i clic on the banner.
I'm using auto layout.
Here's my ...

