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
1
vote
0 answers

How to solve AdMob's Adaptive Banner abnormal height?

I published my app with AdMob Banner since 2018. On 2020, I changed the banner into Adaptive Banner. On my latest release, I am having an issue with it. The Adaptive Banner takeover screen with wrong height As shown above, the Adaptive Banner…
Rence Rei
  • 473
  • 3
  • 9
1
vote
0 answers

No ad config in release mode

I'm struggling with this problem. I'm using flutter with "native_admob_flutter" to provide the ads since the oficial google widget has several performance drawback. I configured as it says. In debug mode everything just works fine but when install…
1
vote
1 answer

ADBannerNavigation white space where Ad should be when popping view controller

I downloaded iAdSuite and looked into ADBannerNavigation. Inside, I changed the RootViewController to subclass TextViewController in order to take advantage of the iAd banner resizing. I want to display ads on the RootView as well. This is now…
Jon
  • 7,848
  • 1
  • 40
  • 41
1
vote
0 answers

AdSense doesn't support web app. Alternatives ad providers to monetize?

I'm building a web app for a client that has asked that I use AdSense to display banner ads, but I get the following error when I request approval: Valuable Inventory: No content. We do not allow monetization where there is no content. From what…
1
vote
0 answers

How can I add Chartboost banner ads to my libgdx game using the new Chartboost SDK 8.01?

I have recently implemented Chartboost into my libgdx project using this guide https://github.com/itsabhiaryan/AdService-LibGDX The guide clearly states that Chartboost does not support banner ads. This has changed recently with the Chartboost SDK…
1
vote
1 answer

Admob Error - onAdFailedToLoad error code 3

I try create admob banner in my app and I get error code 3 please help me to get solution. I have meta-data in manifest layout:
gamesgp1
  • 11
  • 1
  • 4
1
vote
2 answers

Firebase AdMob warning: 'the ad request was successful but no ad was returned due to lack of ad inventory'

I'm trying to integrate firebase admob in my app with react native, everything works with testID of a Banner ('ca-app-pub-3940256099942544/2934735716'), and the Banner is displayed correctly. But when I'm using my bannerID it shows me this warning…
1
vote
1 answer

Admob shows Test ads with test adUnitId but for real adUnitId app crashed

When I test my app with test(ca-app-pub-3940256099942544/6300978111) adUnitId it shows ads but when I replace test adUnitId with real one app get crashed. Error Log: E/AndroidRuntime: FATAL EXCEPTION: Thread-13 Process: biz.coolpage.aashish.app,…
Aashish Kumar
  • 2,771
  • 3
  • 28
  • 43
1
vote
1 answer

Banner Ad load failed with test Ad ID on admob android

I was trying to add Admob's Banner ad with test UnitId in my app. But it doesn't load on my app. it comes up with Toast message "Ad load failed!" that I added into onAdFailedToLoad(). Here are my codes : MainActivity.Java public class MainActivity…
1
vote
0 answers

Mopub Banner ads is not appearing

I am kind of newbie in Android Programming, So I Just want to Display Mopub banner ad in my app. I created the Sample app, also created Ad unit id in Mopub. I successfully integrated SDK and following their…
1
vote
1 answer

How to add two different admob app ID in same app?

Hello here is the code i am using to display two different adunit ids from two different admob account . But banners ads are not seen in app. enter code here private void setUpAds(){ MobileAds.initialize(this,…
1
vote
1 answer

Not display banner ad in the drawable canvas in android

I implement the game through drawable canvas in android and i want the banner ads but its unable to display. Here is the code :- GameActivity.java (This GameActivity.java is connected to my gameview.java file where i use the all game code with the…
Rohit
  • 17
  • 7
1
vote
1 answer

The ad size and ad unit ID must be set before loadAd is called in android

I am using Adview in my app. But when everytime when I run app got crash and shows following exception. MainActivity.java is first screen after splash screen. Caused by: java.lang.IllegalStateException: The ad size and ad unit ID must be set…
Aditya Vyas-Lakhan
  • 13,409
  • 16
  • 61
  • 96
1
vote
2 answers

Received an error when uploading a file to DoubleClick

Does anyone know what the error "You uploaded the wrong number of assets with Enabler components for this creative. The creative must have exactly 2 asset(s) with Enabler." means? I'm assuming DoubleClick changed something on their end. I tried…
1
vote
0 answers

Revmob ads not showing

I have problem on Revmob. I want to add revmob banner ads on my project but it doesn't show anything. Please help me to find-out my mistake. My MainActivity.java package com.test.project; import android.util.Log; import…
Shubham
  • 25
  • 1
  • 1
  • 9