Tagged Questions
1
vote
2answers
138 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
2answers
244 views
Hiding Ad view when no ad is received then showing again after
I have setup a test application using Admob Mediation service. I have an issue that when an error occurs and is handled by a method if I hide the banner View it causes no further ad requests to occur, ...
0
votes
1answer
148 views
iAd errors in AdBannerView
I have a test application with ads only in, for testing setup. It is setup to use admob mediation service, with iAd and admob ads being sent to the device.
I am seeing the following error occurs:
...
1
vote
3answers
216 views
Hiding Ad Banner causes no further Ads to be requested/shown
I have a Test application setup with AdMob Mediation service being used, only on testing device at the moment. I have setup all the required methods per the documentation. I am having an issue where ...
0
votes
2answers
416 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
133 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
1answer
299 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
65 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 ...
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 ...
4
votes
2answers
3k views
iAd not working on iOS 6
I have an iPhone app with iAd implemented and it was working fine on iOS 5.1.1. I upgrade my Xcode to 4.5 with the iOS 6 SDK to check my app for iOS 6 compatibility. The only thing that doesn't work ...
0
votes
0answers
60 views
inmobi Ad in iPhone application is not appearing at the bottom
I'm using this code to appear inmobi Ad at the bottom in iphone application, but it not appearing.
- (void)viewDidLoad {
[super viewDidLoad];
self.navigationItem.title = @"Banner Ad";
...
0
votes
1answer
169 views
Implementing a shared iad between ViewControllers
Hey i have been trying to implement a shared iad between 3 ViewConrollers using storyboards but Apples documentation on shared iads and iads in storyboards suck. I think i need to use a Singleton ...
5
votes
1answer
598 views
Singleton class for displaying iAds for iPhone
I have written a Singleton Class for managing iAds.The iAds pop up after 5 seconds of the user inactivity. The idleTimerExceeded call generate a notification to show the iAd. This code works fine for ...
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 ...
1
vote
1answer
173 views
Hide iAd in iOS 5 [duplicate]
Possible Duplicate:
How to Hide iAD
I have currently a scenerio in which I have to show an iAd after certain amount of inactivity by the user. Once it appears after the inactvity, I want to ...
1
vote
1answer
194 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
3answers
148 views
iphone test iad not visible all the time
I have implemented iPhone ads in my app. I get the test ad, but sometimes it takes a while before the test ad appears? Is this normal or should test ad always appear in the app?
2
votes
0answers
541 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 ...
4
votes
3answers
930 views
How to create a global reference for iAd and implement in multiple Viewcontrollers
I'm having 5 ViewControllers in each of that i have to display iAd,so that i have to implement iAd code in each ViewControllers. Instead of that if i create set of common code in AppDelegate means ...
0
votes
1answer
308 views
ads in universal app + ad persisting even when viewController changes
I'm implementing ads for the first time in an app that will be universal. I've followed a few tutorials and sorta|kinda have it working - using adWhirl, iAd, adMob. The tutorials were a bit simplistic ...
1
vote
0answers
139 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
1answer
301 views
iAds throw an error quickly (XCode 4.3.1, iOS5, Storyboard)
Trying to test iAds from XCode 4.3.1. Without thinking much of it, I started using a storyboard, however all the examples of iAds I find use the XIB file only.
...
3
votes
1answer
2k views
iAd below UITableViewController inside UINavigationController
I'm building an app for a blog site.
I have a UINavigationController with a UITableViewController as it's root view.
I laid this out in a storyboard no problem, but I'm trying to drag an iAd view to ...
0
votes
2answers
373 views
Changing iAd position and placement
I've been looking at various tutorials and code snippets, try to implement iAd. I've been successful to an extent but I need to customise, I can't seem to work out what I need to do to make my ...
3
votes
1answer
318 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
2answers
585 views
How to force an iAd not to load?
I am trying to test an alternate ad provider for times when didFailToReceiveAdWithError is called.
In the iOS simulator I keep getting the test iAd, so I don't know what happens when an iAd fails to ...
0
votes
1answer
200 views
iAd Framework issue
Has anyone worked with the iAd framework? Actually, I am trying to implement Location Based Advertising(LBA) in which the ads would be sent to the user based on his location. So does Apple's iAd ...
4
votes
1answer
331 views
After iOS 5.0.1 upgrade, Test iAds unavailable on iPad 2
Both versions of my first App "Puffer's Train challenge" are currently sitting in the Apple queue "In Review". Saturday night I upgraded my iPhone 4 from 5.0 to 5.0.1 and also installed 5.0.1 on a new ...
0
votes
1answer
943 views
iAd - not working properly
I'm adding iAd on my app.... I managed to have the banner sliding from the bottom (just above my tab bar, 0, 410 i guess)... but only when i launch the app the first time. when then i try to switch ...
0
votes
0answers
200 views
iAds show on iOS5 - not on iOS4.x
I recently re-built the app for iOS5 (included some bug fixes and enhancements) got approved a few days ago. The app supports iAds, modeled after the earlier version of iAdSuite sample code.
While I ...
2
votes
1answer
405 views
iAd on iOS5 shows white bar
I need some pointers.....
My app is free and has iAd implemented in it. Everything was working fine on OS 4.x. However, since I migrated my app to iOS5 and am seeing some differences not.
On iOS5 ...
0
votes
1answer
673 views
Odd behavior with iAd in iOS 5
I have source code that implemented an iAD banner, and did so successfully on all versions of iOS 4. However, since upgrading my test device to iOS 5 I noticed that there were never any test ads, ...