Questions tagged [banner-ads]

A banner ad is a form of advertising on mobile application.

Examples:

iAd - Apple provided banner ads

Admob - Google's banner ads

RevMob, Mo Pub, Tapjoy are other popular banner ads in mobile network.

276 questions
3
votes
2 answers

Admob Adaptive Banner ad implementation

I am replacing my current banner ad with new Adaptive banner ads. Adaptive ad size is calculatedd after width size gets captured. I am placing framelayout of adview at bottom of layout. .. //// linear layout above ad_view_container …
ganesh101
  • 93
  • 2
  • 9
3
votes
0 answers

Google AdMob ads were working in Unity - now they're not

I am working on an iOS app with Unity 2019.2.21f1. I set up an adMob account about two months ago, and had gotten banner ads and interstitial ads to show successfully in my app shortly after that. Then, about a week ago, the ads stopped showing up.…
ChrisC
  • 892
  • 2
  • 12
  • 33
3
votes
1 answer

Determine When Google Banner Ad is loaded in SwiftUI

This is coded in Swift I have successfully added a Google Banner Ad to a settings page in my application. I have implemented it below: import Foundation import SwiftUI import GoogleMobileAds struct AdView : UIViewRepresentable { @Binding var…
user7016490
3
votes
0 answers

react-native-admob working fine in iOS but not working in Android

The App Id was created for Android in Google Admob and I have also created Ad Unit ID to display banner ads. The Test Ads are displayed perfectly well in Android Emulator, iOS Simulator and Live ads in Real iPhone devices. But unfortunately the ads…
3
votes
2 answers

How to make a space for banner

The layout is simple, One WebView and a Banner(AD). I wrote an XML like below:
mharti
  • 180
  • 8
3
votes
1 answer

Ads not showing on Game Unity

I have used the following code to put banner ads on my unity game but my ads are not showing neither the test ads nor the actual admob ads.I have no idea of whats going on i have completed my payment details in admob as well. using…
Aqsa Nadeem
  • 87
  • 1
  • 8
3
votes
1 answer

AdMob Banners and GLSurfaceview

I can't solve the problem of the second day. AdMob banner is not displayed. Working in Android Studio. Copied Android Quick Start (all updates downloaded). Help please. onCreate() method: public void onCreate(Bundle savedInstanceState) …
potato
  • 31
  • 1
  • 3
3
votes
1 answer

Pause SpriteKit Scene when iAd is clicked in Swift

I'm implementing banner ads in my game. With the help of @erdekhayser the banner was displayed successfully. But when I tap on the banner, the game won't pause. The code looks like this: import UIKit import SpriteKit import iAd import…
Benzene
  • 161
  • 1
  • 9
3
votes
2 answers

AdMob Banners and GLSurfaceview (programmatically)

Finally, I have a banner ad at the top of my GLSurfaceview. However, it appears with a black background that takes up the whole width of the screen and covers the top of my game area like so (I should also point out that the play area is also moved…
Zippy
  • 3,826
  • 5
  • 43
  • 96
3
votes
0 answers

how to load leadbolt web banner ad in unity project?

In one of my unity projects, i want to implement leadbolt banner ad. I'm having trouble because I'm not familiar with unity. I have implemented other ads but not getting any idea for setting banner ad. How does one add a leadbolt banner ad to unity?
Niks
  • 500
  • 4
  • 7
3
votes
0 answers

What is the best iOS ad network for publishers?

I have been following the admob forum for a while and noticed a lot of devs were facing problems with their SDK. At times it also caused crashes. So what would be the best ad network in terms of stability and monetization. Anyone has first hand…
Sandeep
  • 481
  • 4
  • 5
3
votes
2 answers

Flash not opening links on click

I created this banner with Flash and I need that on click it opens a web page. I used this Actionscript 3.0 code... link_btn.addEventListener(MouseEvent.CLICK, openurl); function openurl(event:MouseEvent):void { var url:URLRequest = new…
chiarafes
  • 33
  • 1
  • 4
2
votes
2 answers

Is it OK to place AdMob banner under bottom app navigation buttons in full screen on Android?

I want to display the AdMob bottom banner as close to the screen's bottom as possible. My app is displayed in full screen mode, so the bottom app navigation buttons are not visible by default. However, if I place a banner in the bottom, there is, in…
CyxouD
  • 131
  • 1
  • 7
2
votes
1 answer

Why are AdMob test ads appearing on my app but the actual ads are no longer showing up?

I have an app that I want to display a banner ad on the bottom of the screen. Test ads are appearing, and the following code used to work for real ads. Unfortunately, my AdMob account got suspended, but when it was reinstated I expected the ads to…
helloworld12345
  • 176
  • 1
  • 4
  • 22
2
votes
0 answers

Admob Banner Ads is not displaying

There is no error message, the ads is not just showing. From admob dashboard, requested ads are counting. I have tried different ways to set up the banner ads, yet no luck. Please, I need some help. Here is my build.gradle ( Project level) //…
Chim Nedum
  • 21
  • 2
1
2
3
18 19