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.
Questions tagged [adbannerview]
224 questions
0
votes
2 answers
Android Banner display at bottom overlap scrollview
I have a scrollview and a banner at the bottom of screen. It seems the banner wil overlap the scrollview of content when orientation is landscape. May be it will overlap too if the screen size is smaller as I am testing in Samsung S3.
Is it wrong…

user1830145
- 97
- 1
- 5
0
votes
2 answers
Admob and addSubview:
I just updated the files from admob and now with [bannerView_ addSubview:closeBtn]; I can't see the button anymore.. Someone can help me out ?

Alby
- 273
- 6
- 14
0
votes
1 answer
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 could tell me I would appreciate it, however the…

Andyrewwer
- 64
- 9
0
votes
1 answer
How to add an ADBannerView together with a UITableView in a UITabbar?
I'm a little bit confused about view-hierarchies when they meet ADBannerViews.
I want to insert iAd-Banners programmatically into an existing app, but I don't know where to start. I did read apples documentation and watched a really good WWDC-video,…

Hubert Schölnast
- 8,341
- 9
- 39
- 76
0
votes
1 answer
ADBanner is not appearing on the iPad simulator
I am trying to add a ADBanner view on my app (iPhone version, not universal) using this tutorial.
It's all working fine on the iPhone simulator but that ADBanner is not at all appearing on the iPad simulator as well as iPad (device). What might be…

Ravi
- 1,759
- 5
- 20
- 38
0
votes
1 answer
AdMob banner appears on the screen at the center on large screen android devices
I try to make android app with AdMob.
I create the admob adView as described in documentation:
FrameLayout layout = (FrameLayout) findViewById(R.id.frame_layout);
adView = new AdView(this, AdSize.SMART_BANNER, myAdMobId );
Then, if I run my app on…

kruz05
- 501
- 1
- 9
- 17
0
votes
1 answer
Single iAd referred from multiple ViewControllers
I followed the instructions provided here in order to share iAd content amongst multiple VCs:
How to create a global reference for iAd and implement in multiple Viewcontrollers
However I now want to be able to hide the banner if there's no advert…

Tony
- 373
- 5
- 18
0
votes
3 answers
Move ADBannerView off screen?
Yes, I've seen the other question and they are of no help.
So I want to move the iAD banner off of my view. It's on the iphone, at the top of the screen on portrait view. Here is my code. Where am I going wrong here?
//Move the banner off the…

Jason
- 650
- 2
- 10
- 33
0
votes
1 answer
AdBannerView & popover: just hide?
In my iPad app I have a AdBannerView, and I need to present a popover.
If I do so it throws the warning saying that the banner could be hidden: infact even if the banner is not actually hidden, the user can NOT click on it, because the tap would be…

Abramodj
- 5,709
- 9
- 49
- 75
0
votes
2 answers
iAd Too many active banners (10). Creation of new banners will be throttled
I have ADBannerView created and deleted on ViewWillAppear and ViewWillDisappear separately, even though, after switching to another view that doesn't have ADBannerView created, I am still seeing tons of the warning. What does it mean? How can I fix…

Ahsan Muhammad
- 89
- 1
- 12
0
votes
1 answer
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 dismissal, the ad takes all the elements inside the…

Nungster
- 726
- 8
- 28
-1
votes
1 answer
WARNING: More than 10 instances of ADBannerView or ADInterstitialView currently exist
I have a iPad app with 2 view controllers; 1st one is for the UI, the 2nd for a view which displays help from a UIWebView. When I go back and forth 10 times between view controllers, I get the message in the title above on exactly the 10th time…

SpokaneDude
- 4,856
- 13
- 64
- 120
-1
votes
1 answer
Banner size of 80px height is pixelated in android app
I am developing an app in which ,i'm in need to put a banner like in NDTV and techcrunch at the bottom of the app screen ,
Problem :
I have tried with the size 320 x 38 px which appears perfect. When I use a height greater than 38 it's pixelated and…

madhavan
- 115
- 1
- 8
-1
votes
1 answer
How to make iAd in iPhone apps?
Currently i am working in an iAd iPhone application. Using ADBannerView to make it, I have one URL for show advertisement in iPhone apps, but I don't know how to integrate this.
I tried this:
IBOutlet ADBannerView…

SampathKumar
- 2,525
- 8
- 47
- 82