Questions tagged [firebase-admob]

118 questions
2
votes
0 answers

AdMob Ads are valid for how much time after loaded successfully?

I wanted to know that... if we have loaded any AdMob ads (Interstitial Ads, Rewarded Ads). then how much time it is valid to show? Is there any time limit define to show ads after loaded?
2
votes
2 answers

How can i add Admob's ads to Flutter widgets tree?

I am a new app developer planning to build a social media app. I want to run ads in that app but admob's ads are pretty annoying as they seem and I don't want to disappoint my users so I was thinking is there any way so that I can use my admob's ads…
user14666830
2
votes
1 answer

Flutter: firebase_admob vs admob_flutter

https://pub.dev/packages/firebase_admob https://pub.dev/packages/admob_flutter What are the differences between these 2 packages? firebase_admob is the official one while admob_flutter will support native ads soon (apparently). I have tried them…
Dani
  • 3,128
  • 2
  • 43
  • 91
2
votes
2 answers

Get AdMob test device ids for both iOS and Android in Flutter project

I am trying to use my own/REAL AdUnits instead of the TestAdUnits but I have no idea where to get the Test Device Ids for my iOS and Android devices. Docs say to look at the logs to locate the test id, but I have inspected everything that gets…
tapizquent
  • 668
  • 11
  • 24
2
votes
0 answers

Admob Ads Revenue impact - How does revenue impact by having Single Activity or Multiple Activities in application?

Can someone help me to understant the Admob Ads Revenue impact by having Single Activity or Multiple Activities in application. Suppose in my App i have 5 different screens. Case: A - Multiple Activities for each screen - I'm showing banner app on…
2
votes
1 answer

PlatformException(ad_not_loaded, show failed for rewarded video, no ad was loaded, null) in flutter app

I'm trying to show reward video ads in my flutter app. Sometimes it works perfectly fine and some other times I get this error "PlatformException(ad_not_loaded, show failed for rewarded video, no ad was loaded, null)" Here is how I load and show…
Ghada Shebl
  • 539
  • 2
  • 6
  • 12
2
votes
0 answers

Flutter - Displaying Admob Adverts and Google Maps on the same screen

I have a flutter app utilising firebase_admob and google_maps_flutter. These two packages do not seem to be able to coexist on the same screen. My app displays an application wide Advert that sits underneath the Bottom Navigation bar and persists…
2
votes
2 answers

Flutter firebase_admob does not display Ad in testdevice

I cannot display my ad unit on my device in test app. I'am using the firebase_admob 0.9.1+1 plugin This is the code I use : import 'package:firebase_admob/firebase_admob.dart'; Future initAppAds() async { //Récupère du coup le bon ID selon si je…
fli27
  • 329
  • 1
  • 6
  • 18
2
votes
0 answers

Admob mediation in Flutter

I am currently using firebase_admob in one of my Flutter projects. I was just curious if AdMob mediation works with this package. If not is there any way to do AdMob mediation in flutter.
Abin Mittu
  • 71
  • 1
  • 3
2
votes
2 answers

AdMob Adaptive Banners. Get DisplayMetrics from Context

I want to use the newly introduced Google AdMob Adaptive Banners in my app. The quickstart illustrates a function to dynamically calculate the AdSize by DisplayMetrics. private AdSize getAdSize() { // Step 2 - Determine the screen width (less…
S. Gissel
  • 1,788
  • 2
  • 15
  • 32
2
votes
0 answers

Fatal Exception: android.content.ActivityNotFoundException | android.gms.ads.AdActivity (ADMOB)

Since today at an amazing speed Admob is crashing when trying to display an Add according to Firebase. Also Crashlytics is not getting the mapping... do not know why This happens in every version of android 4, 5, 6, 7, 8, 9, 10. Fatal Exception:…
bruno.ian
  • 21
  • 3
1
vote
1 answer

Admob load error: No ad config, even with test ad ids

I'm trying to test out my ads implementation and for that I'm using test ad ids provided by google but getting no ad config Error. App open ad load failed 3,No ad config.,{"Response ID": "null", "Mediation Adapter Class Name": "", "Adapter…
prem
  • 41
  • 5
1
vote
1 answer

unity admob + firebase remote config issue : admob mediation error

I have implemented admob and firebase (analytics, messaging, firestore) in unity all are working well. Later I added a remote config of firebase and even it's working well. But now when I request any ads like banner, rewarded, it's throws error…
1
vote
1 answer

google_mobile_ads: Failed to load a banner ad in production on real device

The app I use shows google_mobile_ads on a test device but shows no ads on a real device. Moreover, it shows this in logs on real device I/flutter (14971): Failed to load a banner ad: No ad config. I found some person said that you must publish…
rozerro
  • 5,787
  • 9
  • 46
  • 94
1
vote
0 answers

How to deal with ad serving is limited and very low match rate on admob

I have 15 app on play store and they have 100k daily active users and those apps include admob ads but the 'ad serving is limited' is applied on my account and match rate is less that 2%. I barely make one dollar per day since they applied…