Questions tagged [adbannerview]

The ADBannerView class provides a view that displays banner advertisements to the user. When the user taps on a banner view, the view triggers an action programmed into the advertisement. For example, an advertisement might show a movie, present an additional modal advertisement, or launch Safari to show a web page. Other actions are possible.

224 questions
2
votes
2 answers

adBannerView not showing in approved app

My app has been approved, and its now on the App Store it runs correctly and in the simulator the adBanners work as they are supposed to, but the problem is that in my published app there are no ads so i first tough that it must be because of the…
reojased
  • 709
  • 1
  • 7
  • 19
2
votes
0 answers

iAd banner not clickable

I'm using Google AdMob mediation with the iAd adapter and standard google ads. To present the ads at the bottom im using CJPAdController which works fine as well. I'm correctly receiving test ads for both networks and the google ads work perfectly…
Maximilian Körner
  • 846
  • 11
  • 31
2
votes
1 answer

Sprite Kit Performance With Ad Banners

during the past one month I've made a huge advancement towards my first App on the App Store. It is a simple 2D Sprite Kit Game. However, with a release in sight, I am struggling with performance on an iPhone 4. My game is usually showing around 20…
lerei
  • 133
  • 5
2
votes
0 answers

Does changing the opacity of ADBannerView affect its correct functioning?

In order to not totally obscure a chunk of my game's screen, I changed the opacity of the ADBannerView to 0.6. The ads still seem to load perfectly and are easily readable, etc. at least in testing. When launched, will this cause any functionality…
LazerLex
  • 221
  • 1
  • 4
  • 13
2
votes
2 answers

Single ADBannerViewDelegate for multiple views

I'm trying to implement simgle AdBanner instance for multiple views in an iOS app. For implementing AdbannerDelegate in a viewController one has to do bannerview.delegate= self; where bannerview is an instance of AdBannerView. This delegate…
asadullah07
  • 1,461
  • 2
  • 10
  • 9
2
votes
1 answer

More than 1 AdbannerViews

Im having a little problem with ADBanner's, I have 3 UIViewController's and each one have an ADBanner. I have set up the delegate methods like this: -(void)bannerViewActionDidFinish:(ADBannerView *)banner { [UIView…
Arbitur
  • 38,684
  • 22
  • 91
  • 128
2
votes
0 answers

Is it possible to make two GADBannerView on one Screen(UIViewController)?

I am using GADBannerView in my app for ads. However I am unable to show two ads on one screen as shown in image. How can I get this purpose, Please any info or help?
Duaan
  • 609
  • 1
  • 13
  • 29
2
votes
0 answers

How to show two or multiple GADBannerView in one UIVIewController?

I am using code in my UIViewController for showing GADBannerView as below self.adBanner = [[GADBannerView alloc] initWithFrame:CGRectMake(0.0, self.view.frame.size.height -300- …
Chatar Veer Suthar
  • 15,541
  • 26
  • 90
  • 154
2
votes
3 answers

Using iAds on iPad crashes after huge number of calls to bannerView:didFailToReceiveAdWithError:

I have an app that uses a xib defined AdBannerView. If the app runs on an iPhone (4 or 5) everything works as expected, ads get shown, banners get hidden / shown etc. However if the app is run on an iPad it crashes after repeatedly failing to…
Damo
  • 12,840
  • 3
  • 51
  • 62
2
votes
2 answers

Shared ADBannerView from AppDelegate - how to get the ad from the delegate

I have done a fair bit of reading around on have found a few SO questions below: using shared instance of ADBannerView across app with UITableViews How to make a single shared instance of iAd banner throughout many view controllers? AdBannerView…
JamesLCQ
  • 341
  • 6
  • 12
2
votes
1 answer

iAd doesn't appear when the application is approved

Apple have just approved my Application, but the problem is the Application that not shows the banner. I have implemented these 3 methods of delegate of the ADBannerView: -(void)bannerViewDidLoadAd:(ADBannerView…
user1053839
  • 390
  • 1
  • 3
  • 10
2
votes
1 answer

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 earlier releases are now deprecated. (These…
Jim
  • 5,940
  • 9
  • 44
  • 91
2
votes
0 answers

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 able to successfully test…
john.k.doe
  • 7,533
  • 2
  • 37
  • 64
1
vote
1 answer

Rotating the iphone obscures ad

I am using iAds with banner views. The following code brings up the warning saying that the ad is obscured. - (void)willAnimateRotationToInterfaceOrientation:(UIInterfaceOrientation)toInterfaceOrientation duration:(NSTimeInterval)duration { if…
user542584
  • 2,651
  • 2
  • 25
  • 29
1
vote
1 answer

How to resize iAds banner in IOS 4.2

Can we resize the iAds banner frame like (200,50). Verified all properties of AddBanner View. its having only ADBannerContentSizeIdentifierPortrait and ADBannerContentSizeIdentifierLandscape, But not having any frame adjusting property. My…
Madhu
  • 1,542
  • 1
  • 14
  • 30