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
BannerView not showing iAd
I have gone through many tutorials and believe have done everything, but still can not figure it out, the bannerview does not show ad anytime, I have even put log messages in bannerViewDidLoadAd, didFailToReceiveAdWithError , but those do not get…

09apps
- 13
- 4
0
votes
1 answer
merge iAD within another view / definition
i am having trouble merging iAD into my current code/definition. i already have code set for a card scroll view style display and wanted to add iAD to the same view controller:
how can i do that without getting the errors i am getting?
this is the…

user2721311
- 21
- 1
- 5
0
votes
1 answer
iOS admob never refresh ad
I recently published my app with iAd and Admob, and I followed every instruction to set up Admob correctly. But I soon realize that Admob ad won't ever refresh -- it only shows one ad no matter what (restart app, re-install app, and etc). I set up…

REALFREE
- 4,378
- 7
- 40
- 73
0
votes
1 answer
is it ok to copy and paste an adBanner i have on one screen to the next without changing code?
i have an adbanner on my first screen and i was wondering if its ok to simply copy and paste it onto all my other screens or would it also require coding ?
P.s would having the adbanner on more than one screen make more revenue or one screen is…

user2459150
- 89
- 8
0
votes
2 answers
OpenX --- javascript in banners
Does OpenX allow to create banners that contain executable javascript code?
I need Javascript in banner, to process clicks (an another events) on some banner elements.
I'am going to use type of banner invocation --- Javascript Tag

user1802525
- 63
- 1
- 7
0
votes
1 answer
iad dissapearing on transitionFromView
I have a application that switches between multiple views using transitionFromView. when I create a adbanner it only appears on the first view. if I put the adbanner on any view besides the first view, it gives a view hierarchy error. What is the…

jusuf
- 21
- 5
0
votes
1 answer
ADBannerView causes interface orientation mixup
I have integrated iAd banner and iAd interstitial ads in my app, and i'm getting a weird behavior, when clicked and then rotates to landscape , after dismissal of the ad, weird things happen :
First, the status bar stays in landscape(my app is only…

user1130254
- 155
- 2
- 9
0
votes
2 answers
how to display ad banner (buzzcity) in cocos2d project?
is there a way to put UIView by converting it to EAGLView or should i have to add CAlayer ?
whats the best way to do it?
any Example codes related to BuzzCity for Cocos2d would be nice
what i have found till now----
btnAD = [CCMenuItemImage…

Ashish P
- 1,463
- 1
- 20
- 29
0
votes
0 answers
How do I hide iAd bannerView
I would like to provide an in-app purchase to unlock all features which includes hiding the iAd bannerView.
I currenlty have the bannerView set as a property, but when I try to set the view to hidden, it doesnt disappear.
I've also tried [bannerView…

KevinS
- 598
- 4
- 18
0
votes
1 answer
AdBannerView moves to top of superview after bannerViewActionDidFinish: Bug or Not?
Feel free to reference a sample Xcode project hosted on GitHub which demonstrates this issue: IAdBannerBugDemo
When there is an AdBannerView being displayed underneath a UITableView and above a UITabBar, after bannerViewActionDidFinish: is invoked,…

BigSauce
- 1,830
- 3
- 21
- 27
0
votes
0 answers
Why cant i move an iAd from a HUD layer?
I have a HUD layer containing an iAd with a function that moves the ad offscreen.
I use this code to add the HUD layer to one of the scenes I have:
CCScene *scene = [CCScene node];
hudLayer *hud = [hudLayer node];
[scene addChild:hud z:1…

Arbitur
- 38,684
- 22
- 91
- 128
0
votes
2 answers
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 have imported the and implemented the AdBanner…

Peter
- 1,848
- 4
- 26
- 44
0
votes
2 answers
Tracking banner impressions on website
I am trying to sell advertising space on my website but to do this I need to know the amount of impressions each banner gets in the various parts of the webpage and blog.
I tried doing it just in PHP / Javascript but the bots and spiders kept…

Jake
- 3,326
- 7
- 39
- 59
0
votes
1 answer
AdBanner white space when loading view
I have an ad banner on a UIView which is showing white space when view is first loaded. I
have implemented the delegate methods and they get called and the banner works fine. It is
just when the view loads initially and the ad fails for the…

Carl
- 841
- 1
- 13
- 33
0
votes
1 answer
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 navigation bar and tab bar shows on top of the…

Squawky
- 304
- 2
- 7