2
votes
2answers
81 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
1answer
26 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 ...
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
94 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
2answers
132 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 ...
1
vote
0answers
62 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 ...
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 ...
1
vote
1answer
100 views

No UITabBarItem image when using BannerViewController

I have a universal tabbed app targetting ios 6 with 4 tabs. Almost ready to release, and I started to look at the latest and greatest ways to support iAds. After looking at the iAdSuite demo project ...
0
votes
1answer
60 views

Using ios6 constraints with iAd

I would like to use constraints to layout my view... It should look like this : In Portrait mode : In Landscape mode: My code so far is for constraint: [self.view ...
-1
votes
1answer
46 views

Are Apple's servers screwed ? Why aren't the iAd's working at all

I am using iAd's in my application, first i had made the code my self, but that was not working properly. So i decided to download the Apple's iAdSuite and and studied it. The code now I have in my ...
0
votes
2answers
208 views

iOS 6.0 iAd deprecation problems

Anybody know what to use to replace requiredContentSizeIdentifiers, ADBannerContentSizeIdentifierPortrait & currentContentSizeIdentifier for ios 6?
-2
votes
1answer
456 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 ...
0
votes
1answer
194 views

Why is ADBannerView showing navigation bar on top, in iOS 6 only

I have an iOS application, with iAd using ADBannerView. It works perfectly in iOS 5, showing the ad full screen when the user taps on the banner. But when I run the exact same code in iOS 6, the ...
0
votes
1answer
195 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 = ...
4
votes
1answer
234 views

Issue on using Autolayout with iAd

I'm building an app that supports both portrait and landscape orientations and am using autolayout to make the process simpler. I have placed an AdBannerView at the bottom and have pinned the bottom ...
1
vote
0answers
594 views

iAd vs AdMob vs AdWhirl on iOS 6 [closed]

I'm developing an universal app with iOS 6 and are undecided about the type of banner to add to my app. What do you recommend? iAd banners? AdMob? A mix between iAd and AdMob? AdWhirl? Thanks
1
vote
2answers
267 views

App crash on device after config iAD but not on simulator

I am creating an app on cocos2d. i config the iAd but I don't know my app is crashing on device but when I run app on simulator it works fine. Error: [ADBannerView initWithAdType:]: unrecognized ...
1
vote
2answers
570 views

AdMob Mediation: iAds Not Displaying Correctly on iOS 6

I'm using AdMob's mediation to display adds in my iPhone App. On all versions of iOS 5, both AdMob ads and iAds display correctly at all times. On iOS 6, AdMob ads still display correctly at all ...
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). ...
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 ...
0
votes
0answers
171 views

Admob and ios6 problems

I am updating my cocos2d app to ios6, but I have problems with advertising, I've decided not to stick more with iad landscape and ads. But admob not work for me, what I do is put an ad in AdMob ...
0
votes
0answers
92 views

iAds changes orientation of app to portrait from landscape in IOS 6

I have application which runs in landscape mode, but when I click on iAds orientation changes to portrait and iAds are overlapped by my rootViewControlar. It only happens in IOS 6.
0
votes
1answer
205 views

iad failure ios6

I have made ​​my application in cocos2d, and has added advertising iad and admob, but to upgrade to ios6, when I click on the ad, then returning to the application and amending view is vertical, ...
1
vote
1answer
675 views

Resizing AdBannerView in iOS 6.0

Using an AdBannerView, I'm confused about how to respond to device orientation changes under iOS 6.0. I haven't used iAd before, but it seems that the relevant properties and methods that were used in ...
3
votes
3answers
4k views

iOS 6 iAd property and methods deprecated

Since iOS 6 release, there are some iAd properties and methods that are deprecated like : currentContentSizeIdentifier requiredContentSizeIdentifiers ADBannerContentSizeIdentifierPortrait ...
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 ...
7
votes
5answers
2k views

iOS 6 iad not showing in simulator

After I update XCode to get iOS 6 SDK, I see that iAd is not loaded anymore on simulator. I can't try on real device for the moment as I've not updated my iPhone yet. I didn't find anything about it ...