Questions tagged [firebase-admob]
118 questions
10
votes
2 answers
Android Admob EU User Consent
I have planned to display ads in my app, and I came across EU User Consent. Is it necessary to show consent form to the user during the app launch (Documentation)?
Or selecting show only non-personalized ads in Admob is enough

Asuwathaman R C
- 303
- 1
- 6
- 10
8
votes
9 answers
Flutter :- This AdWidget is already in the Widget tree. How to disable this exception. And what does it mean?
So I insert admob ads inside the List. And I added the functionality of infinity scroll inside the list view. So when the user scrolls to end of the list, new items are added into the list. With this items I also add admob ads inside it.
So when the…

Harsh Patel
- 199
- 1
- 2
- 15
8
votes
2 answers
Admobs integration is always showing "No ad config found"
I have implements google admobs in my app and trying to test it.
These are the steps I have followed : https://firebase.google.com/docs/admob/android/quick-start
This is my manifest :
.
.

Parth Anjaria
- 3,961
- 3
- 30
- 62
7
votes
1 answer
Use RequestConfiguration.Builder().setTestDeviceIds(Arrays.asList("289.......E6") to get test ads on this device
Use RequestConfiguration.Builder().setTestDeviceIds(Arrays.asList("289.......E6") to get test ads on this device.
I was getting this statement in the logcat terminal. When implementing the Google AdMob with the Test Ads provided in…

DIVYANSHU SAHU
- 1,035
- 11
- 24
6
votes
2 answers
BannerAd.dispose Not Working Flutter Admob
I'm currently trying to display an admob banner in my app, However there are two pages where I would not like the banner displayed (For now i'm testing with just the settings route), And calling dispose on the banner does not hide it.
What I…

barbecu
- 684
- 10
- 28
6
votes
1 answer
Flutter. Admob ads with mediation
I've integrated https://pub.dev/packages/firebase_admob into my app and implemented rewarded ads. My problem now is that I'd like to use mediation via this plugin. The only thing is that I know (from developing Android apps and also it says in the…

AndreiBogdan
- 10,858
- 13
- 58
- 106
6
votes
2 answers
Can't link admob with firebase iOS/Android project
I have two accounts: "A" and "B":
A is main account that hosts iOS/Android unity mobile game on Firebase.
B is using for admob integrated to iOS/Android mobile game.
I'm getting error when trying to link admob analytics to the Firebase project.
I…

Serge
- 2,031
- 3
- 33
- 56
5
votes
3 answers
How to mute Interstitial and Rewarded video ads in Admob?
Code:
void _ads() async {
var interAd = InterstitialAd(
adUnitId: "use_some_genuine_ad_id_not_test_one",
);
await interAd.load();
await interAd.show();
}
Problem:
Sometimes Admob loads an Interstitial ad with with video and the…

iDecode
- 22,623
- 19
- 99
- 186
5
votes
2 answers
Which of the MobileAdTargetingInfo properties of Flutter Firebase AdMob package do I need for release?
I want to know when using firebase_admob, do I need this code?
If so, when releasing an app, what should I write for keywords, contentUrl, and testDevices?
I mean, when releasing an app, testDevices is even necessary?
MobileAdTargetingInfo…

Daibaku
- 11,416
- 22
- 71
- 108
4
votes
0 answers
Flutter: How to display the google_mobile_ads banner on all pages, without write the code on every page like the firebase_admob plugin?
This article is for those who have difficulty migrating from the firebase_admob plugin to google_mobile_ads. for convenience I will abbreviate the name firebase_admob as FA, and google_mobile_ads as GMA.
As we know that the FA plugin has been…

Ary Anzh
- 406
- 3
- 15
4
votes
2 answers
SKAdNetwork : still need third party sdk to measure FB or Google campaigns performance?
I'm running facebook and Google ads campaigns, and I wonder if I still need to include their sdk to measure those campaigns performance when using SKAdNetwork
According to Apple, with SKAdNetwork, the advertised app’s responsibilities is only to…

Gogo123
- 655
- 1
- 4
- 11
4
votes
1 answer
Exception: The plugin firebase_admob could not be built due to the issue above
i have a problems
this bug appears when i add the plugin " firebase_admob: ^0.11.0+1" in pubspec.yaml
FAILURE: Build failed with an exception.
What went wrong: Execution failed for task ':app:processDebugResources'.
A failure occurred while…

mohamedBrahim
- 43
- 3
4
votes
1 answer
Add Google Firebase Admob to iOS project with Swift Package Manager
How can I add Google admob to my iOS project via Swift Package manager? I could only find a way to add it via Cocoa-pods.
user14870547
4
votes
3 answers
The Google Mobile Ads SDK was initialized incorrectly. AdMob publishers should follow the instructions here:
Launching lib/main.dart on sdk gphone x86 arm in debug mode...
Running Gradle task 'assembleDebug'...
✓ Built build/app/outputs/flutter-apk/app-debug.apk.
Installing build/app/outputs/flutter-apk/app.apk...
E/AndroidRuntime(11877): FATAL EXCEPTION:…

Adedamola Rioland
- 71
- 1
- 2
- 4
4
votes
1 answer
Error: firebase.admob() InterstitialAd.show() The requested InterstitialAd has not loaded and could not be shown
I'm using react-native-firebase / admob to use Adbmod in react native, and when I try to use Interstitial Ads on my first click it opens the ad, but from then on it returns this error:
Error: firebase.admob () InterstitialAd.show () The requested…

Paulo Henrick
- 69
- 1
- 5