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
2
votes
1 answer
ios5 Storyboards: Static Table View & ADBannerView in one scene?
Appreciate any help with this. What I'm trying to do seems like it should be straightforward - I would like to combine a UITableView with static cells and an ADBannerView together in one scene. Unfortunately, if I attempt to use the standard…

Admagistrator
- 63
- 1
- 6
2
votes
0 answers
bannerView:didFailToReceiveAdWithError: The operation couldn’t be completed. Loading throttled
I am getting the error mentioned in the title.
Here is the situation:
bannerView loads
applicationDidEnterBackground (I hit home button)
applicationWillEnterForeground (I re-enter application)
I send HTTP asynchronous request to acquire authToken…

aelstonjones
- 382
- 2
- 8
- 25
2
votes
2 answers
Unity adMobs Android not displaying bannerView
I am trying to integrate AdMobs into my unity 2D project (game is designed for mobile platforms).
After searching the web and answers here i could not find the solution to my problem.
When i port my game to each platform iOS works and displays…

rony_y
- 535
- 1
- 8
- 26
2
votes
1 answer
How to put an adview Banner under a scrolling Activity?
I created default Scrolling activity in Android Studio.So I want to put banner ad under the activity.It should be alignParentBottom="true".So I added relative layout and added my adcode into that.but it didn't work.Then scroll bar doesn't work…

Mr.Soft
- 143
- 2
- 14
2
votes
4 answers
iOS: Admob smart banner does not taking full width
I created banner:
bannerView = GADBannerView(adSize: kGADAdSizeSmartBannerPortrait)
bannerView.adUnitID = "ca-76543456707"
bannerView.delegate = self
it should be full width and I add it to the view with leading, tralling, top and…

dsfs
- 189
- 1
- 3
- 10
2
votes
1 answer
iAd leaving white space at top and bottom of iAd
I just added iAd to one of my apps and it works fine except that it leaves white space at the top and bottom of the banner view. Does anyone know how to get rid of it?
Here is a screenshot:

needshelp
- 595
- 1
- 6
- 25
2
votes
1 answer
ADBannerView contents
Is there any way of knowing which ad loaded in an ADBannerView, or in any way control the ad that loads?

Rob Bonner
- 9,276
- 8
- 35
- 55
2
votes
2 answers
Ad Banner Moving Out of Position, Showing Out of Order
I have an AdBannerView inside my game, but it keeps showing randomly even though I set it to hidden, it pops from the bottom pushing the view up.
Here's the code I have thus far in GameScene:
var iAd = ADBannerView()
override func…

Abdou023
- 1,654
- 2
- 24
- 45
2
votes
1 answer
How to make close button for iAdbannerView
Can anybody help me in making a close button for iAdbannerview which will pe place above the banner in right topside so that if person do not want to see the ads he/she can tap on close button to hide the ads.Help me in coding Below is the link to…

Motivation gym5
- 281
- 1
- 2
- 17
2
votes
1 answer
Does canDisplayBannerAds only use a single instance of an iAd Banner?
I am creating an iOS8 application and started to implement iAd's Banner in code, but yesterday I discovered that I can use the canDisplayBannerAds property. I enabled it on each of the views in my application, and it is working. Previously, when I…

A Bit of Help
- 1,368
- 19
- 36
2
votes
2 answers
Subview displays behind everything, after having put an adbannerview
I have a main View and a subView.
Everything worked perfectly: I click on a button "Open" on the View, that displays the subView above everything, and I can close the subView.
I decided to add an adBannerView at the bottom of my app.
When I run the…

Jeanne Merle
- 37
- 1
- 1
- 6
2
votes
2 answers
Implementation of ADBannerView on storyboard with autolayout
I have Xcode 6.3.2 and I have a problem with implementation of ADBannerView on storyboard. Xcode shows all the time a warning:
Frame for "Banner View" will be different at run time.
I added 3 constraints, you can see them below.
All of…

Paweł Rup
- 115
- 10
2
votes
1 answer
ADBannerView Confusion (iOS 8)
I've searched and searched and searched and searched for clarification on how to do this, but I still don't know how to do this correctly.
My predicament and what I want my result to be:
I have an ADBannerView added to my storyboard, and the…

DDPWNAGE
- 1,423
- 10
- 37
2
votes
1 answer
How to add BannerViewController
I have a project built off the classic Master Detail template provided out of the box by Xcode. I am trying to incorporate the iAdSuite BannerViewController with out much success.
I have added BannerViewController.m & .h to my project, but I'm…

Sean Murphy
- 21
- 3
2
votes
1 answer
Integrating MoPub in android with eclipse
I want to integrate Twitter MoPub in android. I am using eclipse. Got lots of errors when importing their sdk. Do they have any support for eclipse or its just compilable in android studio ?
Download link: Mopub in android
P.S. i don't have android…

Developer
- 385
- 1
- 3
- 18