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
2
votes
0 answers

Google AdMob: Why do native ad response fail with "no fill" when both banner and interstitial are OK?

I have both banner and interstitial ads in my app, but when trying to load additional native ads which I want to use in recylerviews, the result of the load with AdLoader.Builder(...).forUnifiedNativeAd is always :I/Ads: Received log message:…
Roar Grønmo
  • 2,926
  • 2
  • 24
  • 37
2
votes
1 answer

Google Admob banner ads not loading with AnchorType.top

I have a Flutter application that I have released on the Android store. Everything is fully functional, including the banner ads. I am trying now to get the apple side of the application working, and have been ironing through the myriad apple…
Bisclavret
  • 1,327
  • 9
  • 37
  • 65
2
votes
4 answers

How to hide ad banner offline or when no ad could be loaded - in React Native with Expo?

I implemented ads with the expo and admob in my react native app, but I would like to get rid of the blank/blocking space when no ads are being loaded. Haven't found any examples for that. (other than the banner, I have a header and scrollview on…
cabhara
  • 463
  • 1
  • 4
  • 14
2
votes
0 answers

AdMob ads not showing when using mobile data

I was testing my Android app with AdMob Google ads. It's working fine when I am using WiFi connection but the ads are not showing when I switch to mobile data. Is there anything to be added somewhere to allow access or if I upload to PlayStore the…
Evance Osoo
  • 35
  • 1
  • 8
2
votes
1 answer

Reset Constraints for the other components after removing a UIView

I got a banner UIView which I want to remove if the user has NoAds Feature. Problem is after I remove the banner UIView, I cant' find a way to set the constraints of the top view to wrap the rest of ViewController. Here are some images for you to…
2
votes
2 answers

android ad banner

I want to implement a rotating banner. What control is best suitable for such UI? here is what it needs to do: rotate 1 image per view rotate them only on swipe (or what's called onFling()) remember the index of the current banner and show next…
dropsOfJupiter
  • 6,763
  • 12
  • 47
  • 59
2
votes
1 answer

can I add 2 Banner ads in a single activity

I am new to Android and AdMob. I wanted to know can I add 2 banners one at the top and one at the bottom of the activity at the same time? My second question is, I am using a Banner ad in my custom dialog. The activity below the dialog also has a…
Akhil P
  • 41
  • 1
  • 7
2
votes
1 answer

How can I get URL from banner ad after clicked by user

I am creating an app in which I want that when the user clicks on Banner ad,(Normally it opens the default browser to handle the redirect process) Instead of this, It will not open any browser and only copy the link which is sent to default…
ankushalg
  • 523
  • 3
  • 23
2
votes
1 answer

Do Admob work if I upload app on other stores like amazon, 9apps and Getjar instead of Google play store?

I have uploaded app on the Google play store and then I linked my app with AdMob. But due to some copy right reasons, Google removed my app from the Google play store. Now I have uploaded the same app on the Getjar(App store). But my AdMob stop…
Sandeep Singh
  • 1,013
  • 1
  • 11
  • 25
2
votes
2 answers

Can i place two AdMob ads on one page (Fixed Banner and scroll able Native Ad)

I have an Activity that shows a Fixed banner that's located at the bottom of the screen and a Scroll able native ad that's inside my list view. Is my implementation respect AdMob policy rules ? I've already sow this, but my case is difrent here…
Ayyoub
  • 4,581
  • 2
  • 19
  • 32
2
votes
1 answer

Fast loading Admob ads in activity

I have my android app in play store but the problem I am seeing is that even though the admob ads load within the activity, even on good internet / wifi connection speed, it takes a lot of time (around 4-5 secs) for the 1st ad to get loaded on…
omkar.ghaisas
  • 235
  • 5
  • 19
2
votes
2 answers

admob banner ad declaration in class giving errors in android

In My android game I'm declared admob banner ad in class instead of layout. I had used the following code in onSetContentView: protected void onSetContentView() { final FrameLayout frameLayout = new FrameLayout(this); final…
user3881133
2
votes
1 answer

Hiding Ads with setVisibility(View.GONE) during game

I've implemented Banner Ads in my Android game and I'm wondering what is the 'correct' way to hide these ads? I'm hiding ads during actual game-play and at the moment, I have a couple of simple methods that handle this for me: public void…
Zippy
  • 3,826
  • 5
  • 43
  • 96
2
votes
4 answers

AdMob and different screen Resolution / DPI / Ratio

I am using to add a simple banner to my app (a game written using openGL ES 2.0) - Please note, I am not using any XML, everything is done in code I've tried to Google this and look around on SO but I can't find any info at all - how do we deal with…
Zippy
  • 3,826
  • 5
  • 43
  • 96
2
votes
0 answers

iAds not displaying in test apps even though i joined iAd Network?

This is frustrating beyond reason. I am unable to view a single test advertisment on my device or on the simulator. To enable ads from the iAd App Network in your app, simply do the following in iTunes Connect: Agree to the iAd App Network…
Cescy
  • 1,921
  • 3
  • 18
  • 21
1 2
3
18 19