Tagged Questions
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:
...
2
votes
2answers
178 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 ...
0
votes
1answer
52 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 ...
2
votes
1answer
35 views
My iAd doesn't change orientation as my layout does
On adding iAd with the help of creating shared instance. On running app UI alignment changes.
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 ...
0
votes
1answer
105 views
First iAd request with AdWhirl always returns a portrait ad on iPad
I'm using AdWhirl to display both iAd and AdMob ads in my app. On the iPad, when in Landscape orientation, I create an AdWhirlView that is 1024 wide, but the first iAd returned is always a Portrait ...
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 ...
2
votes
2answers
526 views
Landscape iAd is showing the portrait graphic in iOS6?
My app runs in the Portrait orientation, but the content inside rotates with the accelerometer.
I show an iAd on the bottom of the screen. The iAd changed position as you rotate, but the actual ...
1
vote
1answer
81 views
Can I place iAd ADBannerView middle of the iPad app?
I could place iAd ADBannerView as a subview of a view , which sits at the middle of the screen.
So effectively the ad view will be at the middle of the ipad app.I did not change the size of the ...
0
votes
2answers
109 views
iAd does not show up in my apps
I have an app for iPhone, and one for iPad. Both of them uses iAd and it worked before.
But now iAd never loads in them! I just released the one for iPhone, so I'm in a hurry!
Any ideas?
0
votes
0answers
222 views
How to track location based iAd in iphone?
I need to how to track location based iAd.
For example if i'm in delhi, then how can i show, to track surrounding iAds upto 5km to show in my app. is this possible to show that? pls clear me
Thanks ...
0
votes
1answer
61 views
Show iAd when Internet connection is restored?
When there's no Internet connection, my delegate's bannerView:didFailToReceiveAdWithError: gets called.
However, when the Internet connection is restored, my bannerViewDidLoadAd: never gets called, ...
0
votes
2answers
91 views
how to download code for an iAd
From my understanding, iAds are made with html5, js, and css3 - therefore i'm assuming that the code that drives it is downloaded onto the device to display. How would i go about downloading it to my ...
1
vote
1answer
234 views
Avoiding recursive bannerView: didFailToReceiveAdWithError: on iPad
I have an iPhone app that uses an iAd, with a fallback to an AdMob ad:
- (void)bannerViewDidLoadAd:(ADBannerView *)banner {
[UIView beginAnimations:nil context:NULL];
[UIView ...
0
votes
1answer
106 views
Apple iad loaded but not shown, counts towards impressions?
I've noticed something interesting in what seems to be the recommended way to show iads in some apps.
In the Apple NavigationBanner example ads are downloaded by the AppDelegate but (according to my ...
0
votes
1answer
300 views
iAd showing test advertisement on some devices
I released an iOS app 1 week ago with iAd banner. On my wife's iPad the iAds show up normally. However on my iPad and iPhone they keep displaying test advertisement.
I've searched thru the site and ...
0
votes
1answer
153 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 ...
0
votes
1answer
158 views
iPad: can I reuse an ADInterstitialAd if I present it modally? If not, why am I getting throttling errors?
I'm a little unclear on what the best practice is around modal display of ADInterstitialAd. Currently, this is what my ARC-enabled app does with development iADs:
On startup, my app allocs an ...
1
vote
1answer
193 views
No iAds in apps downloaded from few countries
My apps on iPhone and iPad app are receiving iAds in UK and US. But there is no ad in apps downloaded on iPhone/iPad in India.
In iTunes Connect, I could see that there are ad requests from different ...
0
votes
1answer
258 views
iAd not working, in next version
I m just curious to know, my current app is live and integrated with iAds.
iAds are working fine.
Now i m working on next release of the same app, and trying to implement iAds on other screens, but ...
1
vote
1answer
925 views
iAd not working on iPad
I made an iPhone Application which uses iAd. On the iPhone Simulator and the Device it works fine. It already is on the App Store.
Today, one of my customers told me that iAd is not showing up on the ...
0
votes
1answer
129 views
AdBannerView on iPad scrolls view offscreen when animating for dismissal
I have implemented AdBannerView on a view controller in my app. It works fine on iPhone, but when testing on iPad there is a problem. The ad shows up fine, but when I turn off wifi to test the ...
2
votes
1answer
200 views
Can I show “small” 320x50 iAd banners on the iPad?
Since in my country there are very few (if any) iAd banners for iPad, I'd rather prefer to show those for iPhone. I know they are small and not optimized for the iPad, but at least they allow me to ...
1
vote
0answers
395 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 ...
3
votes
1answer
405 views
iAD not working in iOS 5.1 devices but works on iOS 5.1 simulator [closed]
iAD not working in iOS 5.1 devices but works on iOS 5.1 simulator and iOS 5.0 devices and below version....
any know y is this happening....
already a question was posted by some one but still no ...
0
votes
1answer
182 views
iAd crashes on iPad iOS 5.0.1 (only with AppStore version) but runs on iPhone
My iPhone app (not universal) has iAd on it, and it runs well during my testing on both my iPhone and iPad (the "test advertising" banner is shown). However when I submit it into the AppStore (and get ...
2
votes
1answer
293 views
is it possible to Integrate iAd and AddMob in single Application?
Hi my requirement like this:I required iAd and AdMob in single Application and if iAd fails to to show advertisement then AdMob should start showing advertisement and vise versa.I have tried ...
0
votes
1answer
292 views
self.addSubView not working on iPad
I have an app that attempts to retrieve an iAd and if is unsuccessful loads an AdMob ad. It works perfectly on iPhone but when run on iPad I get a continuous loop that prevents the app from loading. ...
0
votes
1answer
741 views
Position an iAd at bottom of screen (both orientations)
I have a Universal app (iPhone/iPad) testing on IOS4.3. It has an iAd which I want to position at the bottom of the screen in both the orientations..
Below is the code;
- (void) ...
0
votes
1answer
235 views
iAd does not rotate
I have a Universal app with 1 iAd. Now I need to support both orientations..
I use the following code;
- (void)willRotateToInterfaceOrientation:(UIInterfaceOrientation)toInterfaceOrientation ...
0
votes
1answer
109 views
iAd not shown in repeatable way
I am testing a Universal app (IOS 4.3) on both iPhone/iPad simulator. It has a simple list/detail view.
On the detail view, I show a UIWebView and a iAd.
Now the detail view shows a different ...
0
votes
1answer
420 views
iAd AdBanner Memory leak issue (App crashes)
I have a simple app with list/detail view. In the detail view, I have 1 webview and also show 1 iAd. As I toggle between list/detail view, my app crashes sometimes. It seems there is something wrong ...
1
vote
1answer
752 views
Rotate iAd with orientation change (iPhone/iPad)
I have a Universal app (iPhone/iPad) which has an iAd displayed at the bottom of the view.
I use the following code to position it on view load;
- (void)viewDidLoad {
bannerIsVisible = YES;
...
0
votes
1answer
428 views
iAds giving ADInternalErrorCode=3, inventory unavailable 100% of the time
I have an iAd banner and fullscreen ad, that both were working just last night. The banner was loading much more often than the fullscreen ad, but they were coming up at least some of the time. This ...
0
votes
2answers
803 views
iPhone app crashes with exception
I have an iPhone app which uses iAd...The app crashes sometime with the following message;
*** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[__NSCFType ...
0
votes
1answer
165 views
Cannot display iAd on iPhone view only for Universal app
I am trying to display an iAd banner for a Universal app (iPhone/iPad)
The iAd is displayed fine for the iPad, but for the iPhone, I get the message;
ADBannerView: WARNING A banner view (0x5743350) ...
2
votes
1answer
317 views
Get ADInterstitialAd to load more often on iPad: possible?
I'm testing my iAd on my iPad, and I can't seem to get my ADInterstitialAd to load very often.
It does run occasionally but most of the time the first method below is called
- ...
3
votes
1answer
317 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 ...
0
votes
1answer
159 views
iAd alongside UIWebView (iPad)
I want to create an iPad app which will initially show a Table View and on click of any of the table rows show a detail view (a UIWebView)
Now on this detail view, I also want to show an iAd (may be ...
1
vote
1answer
527 views
iAd strange message - iPhone
I have enabled iAd for an app of mine and I have submitted it to Apple a few moments ago.
Meanwhile, I see this message on iAd for the app Testing: This app is receiving test ads. This app's status ...
0
votes
1answer
258 views
iAd : latency and ad inventory issues
I added iAd in my most successful application a few weeks / months ago and I noticed some weird issues.
Latency
I noticed a speed issue : adding a banner to a view, I sometimes gets a response after ...
1
vote
1answer
284 views
iAD on iPAD is transparent but clickable (Monotouch)
I am using monotouch 4.0.7 and was able to get iAd to show up sucessfully on iPhone(normal) and iPhone(retina).
It seems that the iPad version is loaded successfully, clickable but it's completely ...
0
votes
1answer
192 views
iAd not displaying on XCode 4.0.1
I am trying to add iAds in my existing Iphone application. I have implemented everything by following: http://www.raywenderlich.com/1371/how-to-integrate-iad-into-your-iphone-app
but the ads do not ...
1
vote
1answer
163 views
Preventing UIPopoverController from covering ADBannerView
I have PhotoViewController that contains OverlayView and ADBannerView. OverlayView has some buttons which display UIPopoverControllers. Sometimes this popovers display over ADBannerView and I get a ...
2
votes
1answer
163 views
Detect when iAd does not come up
the fill rate for iAds on the iPad is horrendous. On one of my iPhone apps, the fill rate is 90%. On the iPad, it is 4%, and I got 1,500 requests already today! That's money lost. How can I detect ...
0
votes
1answer
129 views
iAd interaction on iPad screws up interface
Hej guys,
I implemented iAd via AdWhirl in my recent iPad Application in which I need to manually adjust the interface on rotation events. When my app is in landscape and the user taps the ad the ...
0
votes
1answer
294 views
How to Identify iAD supported Regions
I am planning to use iAD for my iOS application. As the iAD available only in USA,UK,France,Italia,Deutschland,EspaƱa AppStores.
I want to display iAD only for supported regions. This will avoid ...
2
votes
1answer
330 views
Is there a way to detect if iAd is showing “Test Advertisement”?
I have an app in the appstore and I seem to getting a lot of users who seem to only see "Test Advertisement" with iAds (usually because they have appsync running or their device is jailbroken). So I ...
0
votes
0answers
260 views
iAd Alignment on portrait and landscape
I am having problems in aligning iAds into my iPad app. I can align it in portrait orientation but when the app goes landscape, the alignment is way off. Any advice?