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
1
vote
1 answer

I hide my AdBannerView but still get WARNING A banner view (0x9c75550) has an ad

I have just added an ADBannerview in my App. I create the AdBannerView in my UIApplicationDelegate in order to have only one instance of it and I share it in the different viewController Everything works perfectly except I get the warning message:…
sebastien
  • 2,489
  • 5
  • 26
  • 47
1
vote
1 answer

iAd View vs. custom ViewController

I try to integrate iAd to my App. I have a class SwitchViewController (: UIViewController) which deals with all the custom ViewControllers & Views I have in this app. When adding the View as below at the highest atIndex, I get an…
Stef
  • 593
  • 3
  • 10
  • 23
1
vote
2 answers

How to use the same admob banner instance across activities?

How to use the same AdMob banner instance across activities? I don't want the banner to load again and again if my user switches screens swiftly. I think it's lowering my CTR quite a bit. Is there any way I can use the same AdMob banner 'instance'…
1
vote
1 answer

Admob ads not showing in Android recycler view

Hi there my app is not showing ads in Android recycler view I want to show the ads at the bottom of my app but it is not displaying them I don't want to show native ads I only want to show a single banner at the bottom. It is a dictionary app which…
John doe
  • 106
  • 11
1
vote
2 answers

AdMob ads are transparent, but clickable

So on Unity I have a script that handles the AdMob ads. When I build and test the ad is there and clickable, but it is not visible. I've tried literally everything. Made another ad, tried ads from previous projects that work in those projects,…
Grv21
  • 53
  • 1
  • 4
1
vote
0 answers

Include AdView library with gradle

I have my android project, and this is my part of my gradle file as explained in tutorial here buildscript { repositories { jcenter() maven { url "https://maven.google.com" } } dependencies { …
Quillion
  • 6,346
  • 11
  • 60
  • 97
1
vote
3 answers

Can admob banner ads be applied on Dialog? Or its against google ads placement policies

I have custom dialog in my app, they popup when some event occur. I am thinking to put banner ads on my app dialog popups. Will that be a good practice ,or its against google banner ads placement policy ?
GAGAN BHATIA
  • 591
  • 5
  • 17
1
vote
1 answer

Admob displaying in xml preview but not when run in mobile device

I have a problem with admob where I am able to see the preview of white banner in xml layout whereas when I run it I am unable to see the banner in mobile screen. I have done all necessary work in order to integrate admob with credentials. Here is…
md gouse
  • 527
  • 1
  • 6
  • 22
1
vote
1 answer

How to add an adbannerview in UITableViewController in Swift?

I have a project with a UITableViewController in the storyboard. I want to add an ADBannerView to the bottom of it, does anybody have any idea how to do it? Appreciated.
5elephant
  • 13
  • 3
1
vote
1 answer

Frame for "Banner View" will be different at run time. iAd works for largest screen but blank on smaller ones

I've nearly finished my app and the only issue I have is that my iAd banner view will only show on the largest screen. I have set the constraints so the iAd will fit nicely on smaller screens but when I run it on any size other than the largest, all…
Joshua Browne
  • 185
  • 2
  • 13
1
vote
1 answer

iAd not showing on user devices but showing on my Xcode deployed device

I made an application that only supports landscape mode and it includes an iAd banner. The banner is showing on my development device just fine, banner with message "You're connected to iAd network". My application received around 100 downloads its…
Dmitriy Pushkarev
  • 390
  • 2
  • 5
  • 26
1
vote
1 answer

Controller does not resize the views when ADBannerView added

Reading through Apple's documentation on iAD I got the impression, that if I'll add the ADBannerView to my controller's view tree - other views will be scaled to fit the add. But apparently that's not the case as you can see here : That's the code…
sasklacz
  • 3,610
  • 10
  • 39
  • 58
1
vote
2 answers

AdBannerView in TableViewController is shown after TableView

I need to insert an AdBannerView to a TableViewController and position should be be bottom of the screen. I used this post as a guide which is written by Daniel Storm The ad is shown but even there is only 1 cell in the tableview, I need to scroll…
ErkanA
  • 179
  • 1
  • 11
1
vote
2 answers

ADBannerView takes more space than normal

I have something strange in my app and since I'm a beginner with ADBannerView I hope somebody could help me. I already configured in appDelegate.swift the methods to create and manage the ADBannerView, in my view I add this code: let appDelegate…
1
vote
0 answers

Route Delegate to Class Extension in Swift

I'm facing the following issue. For my app, I want to put all iAds related functionality into an extension of a class that is used in all targets (tvOS, iOS, watchOS). The extension however should only be available on iOS, since it's the only…
Stefan
  • 214
  • 1
  • 12