Questions tagged [gadbannerview]
20 questions
0
votes
1 answer
GADBannerView on SCNPlane possible?
I'm trying to display a GADBannerView in a SCNPlane. Code looks more or less like this:
let banner = GADBannerView(adSize: kGADAdSizeSmartBannerPortrait)
banner.rootViewController = self
banner.load(GADRequest())
let viewMaterial =…

chris
- 600
- 7
- 21
0
votes
1 answer
TableView frame being reset on some devices
I have a UIViewController that contains a TableView and an GADBannerView at the bottom. When an ad is received I change the height of the TableView so the ad doesn't cover any cells. This worked without any problem on my iPhone 6 (iOS 10) and in the…

RainKing
- 43
- 6
0
votes
1 answer
Can not start app with Google Admob Banner View
I tried the following instruction and did exactly step to create a banner view in my app:
https://firebase.google.com/docs/admob/ios/quick-start
But I receive this crash just after running app:
'[…

AVEbrahimi
- 17,993
- 23
- 107
- 210
0
votes
1 answer
Embedding adverts in a uitableview every "x" cells
I've been attempting to embed google adverts into a uitable view ever "X" cells, i've followed this tutorial:
(http://googleadsdeveloper.blogspot.com/2012/03/embedding-google-admob-ads-within.html), but i'm finding that the table view is not always…

SmokersCough
- 967
- 7
- 22
-2
votes
1 answer
iOS - Swift Google AddMob SDK How to display different Ads in recurring items in UITableView?
iOS - Swift Using of Google AddMob SDK How to display different Ads in recurring items in UITableView?
The Below is the Sample link that i've created from GoogleAdMob.
Sample GoogleAdMod Demo Link
Currently on each recurring items same add is…

Priya
- 199
- 2
- 16