Questions tagged [firebase-admob]
118 questions
1
vote
1 answer
admob-plus-cordova stopped working on Android
I use admob-plus-cordova@1.23.1 for a while and everything worked perfectly fine for me.
All with a simple implementation like this:
this.platform.ready().then(async () => {
await this.admob.start().then(() => {
console.log('admob…

Bolin
- 119
- 10
1
vote
1 answer
Advertising (ad mob) by screen or tabs?
I have the follow situation:
One layout with TabLayout, ViewPager and advertising banner on bottom

Abner Escócio
- 2,697
- 2
- 17
- 36
1
vote
0 answers
My AdMob code doesn't work since I linked it to Firebase
I want to implement Firebase in my project to use the database service. I had already implemented AdMob to display video rewards to users. I have done, as advised, the link between AdMob and Firebase to optimize the presentation of the ads. Only…

Marwan Tragha
- 111
- 6
1
vote
3 answers
How can I use more one Admob banner in one screen at flutter project
I have flutter project and I added one banner admob in screen but I need to load more one in the same screen ,
I try to repeat call the function in different place
======== Exception caught by widgets library…

Hussamedeen
- 11
- 1
- 4
1
vote
1 answer
Why adding firebase_admob: ^0.11.0+1 in pubspec.yaml generats error when run (Flutter, Android)
I am trying to add ads using firebase and admob in my app but when i add firebase_admob: ^0.11.0+1 in pubspec.yaml and run project then it generats error as shown below: and without firebase_admob: ^0.11.0+1 package my app runs very well, i have…

Anil Shrivastav
- 105
- 1
- 14
1
vote
1 answer
Error in meta-data in android manifest while integrating firebase_admob
I am using the
firebase_admob: ^0.11.0+1
I added the meta-data in the manifest file as follows (in the last):

Ajit Kumar Dutta
- 67
- 1
- 1
- 9
1
vote
0 answers
how to mute video ads? firebase admob react native
I have ads module firebase-admob. I want disable volume when video-ads will showing. now
const interstitial = InterstitialAd.createForAdRequest(adUnitId, {
requestNonPersonalizedAdsOnly: true,});
interstitial.load();
interstitial.show();
config…

Денис
- 9
- 1
1
vote
1 answer
How to display AdMob Banner Ad on SKScene in SpriteKit?
I want to display an AdMob Banner Ad over an SKScene. Right now, I have the following code in the GameViewController, but nothing is appearing in the SKScene. Do I need to include code in the didMove method of the SKScene, or am I just missing…

helloworld12345
- 176
- 1
- 4
- 22
1
vote
0 answers
Not Showing Consent Dialog on EU Countries and Still Get Test Ads
Admob documentation says:
Ads served by Google can be categorized as personalized or
non-personalized, both requiring consent from users in the EEA.
However if don't ask consent and set my iOS simulator location to EU country and also use…

ilvthsgm
- 586
- 1
- 8
- 26
1
vote
0 answers
Huge firebase admob stacktrace listing - related to FirebaseAdMobPlugin?
Through of all the listing the following FirebaseAdMobPlugin repeated several times
firebaseadmob.FirebaseAdMobPlugin.callInitialize(io.flutter.plugin.common.MethodCall, io.flutter.plugin.common.MethodChannel$Result)…

rozerro
- 5,787
- 9
- 46
- 94
1
vote
2 answers
When the dispose() method should be executed?
When the dispose() method should be executed?
For instance, there are two widgets:
Statefull Widget 1
Widget 2
The widget 1 has the dispose() method, because this widget intialize admob add, so we should implement there dispose…

rozerro
- 5,787
- 9
- 46
- 94
1
vote
0 answers
React native firebase AdMob not show ads on iOS
I use AdMob from react native firebase. I follow documentation, install @react-native-firebase/app and @react-native-firebase/admob,
create firebase.json
{
"react-native": {
"admob_android_app_id": "ca-app-pub-xxxxxxxx~xxxxxxxx",
…

Ismeet
- 419
- 5
- 19
1
vote
1 answer
No Test Ads Showing on Android -AdMob
I have updated firebase/admob package.
Interstitial ads are showing but banners are not.
Before update the package, also banner ads were fine.
Version:
"@react-native-firebase/admob": "^7.6.9"
UnitID:
const adUnitIdBanner = __DEV__
?…

ilvthsgm
- 586
- 1
- 8
- 26
1
vote
0 answers
Flutter: can't show ads on iOS
I use firebase_admob for Flutter. I followed the instructions for the setup and the ads are working fine for Android. The only extra step for iOS is adding this to the…

Dani
- 3,128
- 2
- 43
- 91
1
vote
1 answer
fakeForAdDebugLog on ServerSideVerification for AdMob RewardedAd
The SSV URL Callback for my rewarded ads gets called with fake data on both UserId and CustomData, and its always "fakeForAdDebugLog".
First I load the rewardedAd with this code
Log.e("SDL-Ads", "SETTING UP REWARDED");
…

BerinHardt
- 145
- 1
- 7