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.
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
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 ...
2
votes
0answers
86 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 ...
2
votes
0answers
394 views
iAd testing ADBannerViewDelegate bannerViewActionDidFinish:
i would like to try to test bannerViewActionDidFinish: after a click-through is complete.
my experience is that when testing with the fake ads in a debug-build or on the simulator. has anyone been ...
2
votes
0answers
1k views
iAd for Landscape only application throwing error
Hi I have my landscape only app. I am adding iAd to it and i click on test add my app crashes with this error
*** Terminating app due to uncaught exception 'UIApplicationInvalidInterfaceOrientation', ...
2
votes
0answers
537 views
How can i implement iAd using singleton class
I want to implement iAd in my viewController so that i created the singleton class for iAd here the code that i used but it doesnt display iAd in my viewController.
adWhirlSingleton.h
#import ...
2
votes
0answers
115 views
iAd works in iPhone but not iPad
I have just uploaded my first app to the app store that was only designed for iPhone/iPod. It works, and the iAd functions work when it runs on a iPhone or iPod, but when it's run on an iPad, and it ...
2
votes
0answers
355 views
bannerView:didFailToReceiveAdWithError: The operation couldn’t be completed. Loading throttled
I am getting the error mentioned in the title.
Here is the situation:
bannerView loads
applicationDidEnterBackground (I hit home button)
applicationWillEnterForeground (I re-enter application)
I ...
2
votes
0answers
2k views
AdBannerView shared across multiple views, including the rootviewcontroller, how?
No answers yet, but i've got an update that seems to have fixed the problem, any ideas why it works now though?!
I've got it to work in the way I intended by doing the following to every class that ...
2
votes
0answers
128 views
iAds mess up my screen drawing?
I have a universal iPhone/iPad app that I'm in the process of completing. This is a music listening app that connects to and allows you to listen to music off of a user composed music site.
Since ...
2
votes
0answers
269 views
didFailToReceiveAdWithError not called
My application is using iAd's but ads are only shown in US, Canada, Spain and UK. In all other countries I have requests but no impressions.
I made a custom banner image for my full version of the ...
1
vote
0answers
50 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 ...
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 ...
1
vote
0answers
30 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:
...
1
vote
0answers
63 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 ...
1
vote
0answers
26 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 ...
1
vote
0answers
50 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).
...
1
vote
0answers
37 views
In app - from paid to gratis
i ha ve a question, i have from 1 year a paid app on app store, now i want to convert the app to gratis app with iAd and possibility to remove iAd with in-app purchase...the problem is that I want to ...
1
vote
0answers
109 views
How to implement sliding navigation menu and iAd together in xcode?
Iam trying to implement a sliding menu using the JWSlideMenu project off of github and a bannerView Controller together. Both of these codes want to be the root view controller in AppDelegate.m but i ...
1
vote
0answers
87 views
Making an iAd Pop Up Above a Toolbar
I have an app with a UINavigationController where I set the toolbar to visible. I want to display iAds, but they always pop up from the very bottom of the screen. I'm doing the sizing -- here's a log:
...
1
vote
0answers
321 views
iAd banner view best practices
Apple documents mention this in their iAd best practices section,
If the user navigates from a screen of content with a banner view to a
screen that does not have a banner view, and you expect ...
1
vote
0answers
105 views
Show iAdBanner on top of nav bar
i want to show iAd Banner on top of Nav Bar.
I tried with the following code
Devanagari *viewController = [[Devanagari alloc]init];
viewController.delegate = self;
// _adView = [[ADBannerView ...
1
vote
0answers
138 views
iOS App with UIScrollView & TabBar creates whitespace after leaving fullscreen iAd or YouTube
Screenshots:
Running in Simulator
After closing the iAd View
Problem Description:
After opening iAd or Youtube (in fullscreen), all the view elements behind are moved down 20 pixels or so.
...
1
vote
0answers
216 views
iAD with UITableViewController through Storyboard
My first message here, so I need to tell you that I am kind of a noob in iOS developpement.
Sorry for that...
My problem is I walked through the Apple tutorial : My Second iOS App.
And I use that ...
1
vote
0answers
397 views
Test iAd showing up on simulator, iPhone device but not iPad device
I have a tricky problem here... I hope someone will be able to help me because it's driving me crazy.
I have an Universal app that displays iAd. It is working fine on the simulator and also on an ...
1
vote
0answers
169 views
iAd didFailToReceiveAdWithError called before viewDidLoad
I have an iAdBannerView instaniated by IB and connected properly along with the delegate. When I start up the app, I see didFailToReceiveAdWithError being called before the viewDidLoad method. In the ...
1
vote
0answers
177 views
iAd into OpenGL
I current have an OpenGL based game and I'm trying to integrate iAd into it.
My current initializer code looks like this
- (void)applicationDidFinishLaunching:(UIApplication *)application {
...
1
vote
0answers
120 views
iAd banner orientation
I've implemented to an landscape-oriented application an iAdBannerView.
Works fine, but always the full banner view pops-up from the bottom of the device (like from portrait orientation).
Is it ...
1
vote
0answers
293 views
How does one use one shared iAd banner using a Navigational Controller? iPhone/iPad
Basically I have an app that involves a navigation controller that moves between table views and scroll views. I wish to place iAds under the navigation bar but before the content of the page.
I ...
1
vote
0answers
230 views
ADBannerView crashes internally with _sanitizeAndForwardErrorToDelegate: > doesNotRecognizeSelector
AdBannerView crashes with _sanitizeAndForwardErrorToDelegate . is this some internal crash?
i went through 3 of these questions in stack overflow. none have answers . can someone give some hints if ...
1
vote
0answers
472 views
Strange iAd Errors with iOS 4.3.3
I've got an app that implements iAds in the way recommended in the "iAd Suite" that Apple provides, but I'm getting some strange behavior when I run the app on my iPhone with iOS 4.3.3
Specifically, ...
1
vote
0answers
242 views
iAds are not displayed but the app is live
This has been driving me insane, so any help would be massively appreciated...
I have implemented iAds in two of my view controllers (VIEW I and VIEW II )and my app is live. So, I can see iAds on ...
1
vote
0answers
578 views
AdWhirl iAd rotation problem
I integrated Adwhirl into my app and activated iAd only. My app is in landscapeleft mode and I want to have all Ads in 320x50(48) mode. I managed to rotate the banner view and the iAd looks right.I ...
1
vote
0answers
115 views
is changes needed in provisiong profile for iads (only for testing purpose)
i have an application in development stage, i want to add iAd functionality, i follow all steps from apple guidelines for iAD, its working fine on simulator, but when i test it on device, its not ...
0
votes
0answers
34 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 ...
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
14 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
30 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 ...
0
votes
0answers
18 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" ...
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
29 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
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
0answers
28 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
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
0answers
75 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 ...
0
votes
0answers
31 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] ...
0
votes
0answers
38 views
iAd and IOS6 error
In these days i am trying to integrate iAd to my free application.
But also powerful headache come with that.
I really want to know why this happening
iOS Simulator works well.
iPhone4 with IOS6 ...
0
votes
0answers
66 views
iAD best practices for shared AdBannerView's and animated transitions
I have a global ADBannerView that I show on most of my top-level Views. When each view loads, it does a -removeFromSuper on the adBanner, then adds it as a subview.
However, when animating from one ...
0
votes
0answers
47 views
iAd not displaying on app
I have an iOS app that uses the iAD network. A user who has downloaded the app in France can see an iAd banner fine, but I cannot see any iAd banners myself. I am from the UK.
In my account, I have ...
0
votes
0answers
59 views
Screenshot of ADInterstitialAd programetically in iOS gives black image
When I show the iAd on _parentView(UIView) and create the image of this _parentView.
I show this image (resultingImage) on a UIImageView, then this image is blank(totally black).
How can i get the ...
