Tagged Questions
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 ...
0
votes
0answers
17 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
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 ...
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 ...
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
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
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
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 ...
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 ...
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
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] ...
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 ...
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
1answer
264 views
Error While Integrating iAd Adapter in Admob Mediation SDk
I am trying to integrate iAds in Admob mediation SDK for that purpose, I downloaded iAdListAdapter from Mediation website Download Link and added it into my xcode project but now when I try to compile ...
0
votes
0answers
60 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 ...
1
vote
1answer
62 views
iAd covers app content in phonegap?
I have this in my webViewDidFinishLoad:
- (void)setupAdBanner {
adView = [[ADBannerView alloc] initWithFrame:CGRectZero];
CGRect adFrame = adView.frame;
if([UIApplication ...
0
votes
0answers
29 views
Splitview navigation Issue after opening iAd
I have ported one ios 5 app to iOS 6 from http://www.raywenderlich.com/1371/how-to-integrate-iad-into-your-iphone-app and now having some problem with split view controller .it doesn't work in ...
0
votes
0answers
25 views
Contain iAd in a sub view controller, but get error “Unhandled error (no delegate or delegate does not implement didFailToReceiveAdWithError:)”
I created a class AdViewController : UIViewController <ADBannerViewDelegate>, implements all delegate methods, and add AdBannerView in the viewDidLoad, like:
adBanner = [[ADBannerView alloc] ...
0
votes
0answers
118 views
AdMob Mediation SDK not throwing failed ads?
.h
#import <UIKit/UIKit.h>
#import <iAd/iAd.h>
#import "GADBannerView.h"
@interface MasterTableViewController : UITableViewController <GADBannerViewDelegate >{
GADBannerView ...
0
votes
3answers
179 views
iAD bottom view when change orientation
Currently I use this to code for loading the iAD banners.
- (void)viewDidLoad
{
[super viewDidLoad];
adView = [[ADBannerView alloc] initWithFrame:CGRectZero];
CGRect adFrame = ...
1
vote
1answer
247 views
Hide iAd banner when no ads are available
This is a Phonegap app. I am completely lost here, please help.
I followed this tutorial to the t.
Here is my MainViewController.m:
- (void)webViewDidFinishLoad:(UIWebView*)theWebView
{
adView = ...
0
votes
2answers
211 views
iAd doesn't hide when it fails to load?
This seems like the dumbest question ever, but after wading through all of Apple's documentation and the useless online tutorials, I still can't figure out how to properly implement iAds into my ...
0
votes
1answer
104 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) ...
-2
votes
1answer
491 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 ...
2
votes
2answers
66 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
120 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
1answer
197 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 = ...
0
votes
1answer
94 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
76 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 ...
1
vote
3answers
167 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 ...
0
votes
1answer
125 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 ...
0
votes
1answer
117 views
iAd not removing from view when receiving an error
I have implemented the bannerView didFailToReceiveAdWithError: as such
- (void)bannerView(ADBannerView *)banner didFailToReceiveAdWithError:(NSError *)error
{
_bannerView.hidden = NO;
}
could ...
2
votes
1answer
156 views
iAd in multiple view controllers example
I have noticed the example tabbed bar application in the iAd suite only has one view controller and the actual tab bar proccess is coded. I have a tab bar application already, with three tabs, each ...
1
vote
2answers
323 views
How to show iAd in all screens with single reference while using storyboard?
How can one implement iAd in such manner that it is implemented in only AppDelegate and can be used in all screens.
I put code in appDelegate.Do i still need to code for it in each view controller?
...
0
votes
1answer
400 views
More than 10 instances of ADBannerView or ADInterstitialView currently exist : using ARC
I am using Xcode 4.5 with ARC and get the following message using iAd:
WARNING: More than 10 instances of ADBannerView or ADInterstitialView currently exist. This is a misuse of the iAd API, and ...
1
vote
2answers
891 views
Displaying iOS iAds only to supported countries
It seems apple serves iAds only to very few number of countries. So I would like to stop sending iAd requests when app is being used in a non-iAd-supported country. So what is the best way to do ...
1
vote
1answer
392 views
Objective c - Iad WARNING: More than 10 instances of ADBannerView
i have developed a tab bar application.
Like title i have an iad banner positioned at bottom of screen.
I have implemented this method to create/destroy banner and test iad works correctly:
Create: ...
1
vote
1answer
181 views
Displaying my own iad in application
I want to displaying my own ads in my applications. Acutally the ads banner are static images which are loaded after some delay. Is iad network should be enable for that the app which display these ...
1
vote
1answer
259 views
iAd and AdMob ads are not showing in released iPhone App
I developed my app with two kinds of banners: iAd and AdMob.
When iAd banner fails to load then AdMob banner loaded.
When I tested my app it showed black iAd test banner correctly but in released ...
0
votes
1answer
276 views
Objective C: ADBannerView Change Size and Position
I am trying to implement iAd Banners for my app but i can't seem to do it properly.
I am trying to put an ADBannerView in portrait size on my App that is only appearing on landscape but i don't know ...
0
votes
2answers
293 views
Implementing iAd Banner
I just published an app on the app store with iAd banner but when i downloaded it to check for the advertisement, I just saw a plain white horizontal rect though it says "Live: This app is receiving ...
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', ...
0
votes
1answer
50 views
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 ...
0
votes
0answers
30 views
iAd changed position in different view
So i have an app which has 5 different viewControllers in the storyboard, 2 of them are a goldish colour, which i had to change in the inspector, and the other three are black colour. Now all of the ...
1
vote
1answer
171 views
Shared iAD over different ViewControllers
I have 3 ViewControllers that I would like to share the same iAD. I have read the documentation and sharing the iAD seems to be the proper way to implement iAD into your project. What is the best way ...
0
votes
1answer
1k views
Add iAd banner in UItableView with storyboard
I do not manage to have iAd working in storyboard, within a UITableViewController.
This is basically what I have done so far:
In storyboard, I have dragged an iAd banner view in the bottom of the ...
0
votes
1answer
260 views
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 ...
0
votes
1answer
564 views
How do I remove ads with In App Purchase?
Having trouble finding out why my iAd is not removing when purchased.
Here is what I am trying in the file that has the iAd:
#define kInAppPurchaseUpgradeProductId @"kInAppPurchaseUpgradeProductId"
...
0
votes
1answer
154 views
iPhone App: show iAds in fullscreen in ipad
in iPhone/ipad App in ios 4.3 and Higher version supports iads in full-screen for iPad.
By touching on banner view it is showing ads in full screen.
Can we show this ads in full screen ...

