Questions tagged [firebase-admob]

118 questions
4
votes
3 answers

Ads are not showing up in release mode

Ads not showing up in release mode i want to try the solution mentioned here but i dont know how to when the app is signed in debug it shows ads , but not in release mode
Aman Verma
  • 818
  • 5
  • 17
3
votes
1 answer

Failed to load IDynamiteLoader from GmsCore: Application package com.google.android.gms not found

In My flutter app google Ad is not loading in android app but works in ios. I am using both AdMob and Firebase Database and i am using Macbook pro M1 and anroid emulator is downloaded…
3
votes
0 answers

Flutter, how to implement native admob exactly?

was looking at https://pub.dev/packages/firebase_admob and while I was in the process of implementing it, I gave up due to a problem that it could not work properly in the Android/Kotlin code part so I decided to use another package called…
dontknowhy
  • 2,480
  • 2
  • 23
  • 67
3
votes
1 answer

Too many messages - The webview is destroyed. Ignoring action

After the admob was added to the project and used I constantly get such messages in console when nothing happens on screen adn the app gets too slow. I/Ads ( 3001): This request is sent from a test device. W/Ads ( 3001): #004 The webview is…
rozerro
  • 5,787
  • 9
  • 46
  • 94
3
votes
1 answer

Should there be a limit on how often a user is allowed to view rewarded ads?

I have an app that allows the user to spin a wheel to earn tickets. I allow users to watch a rewarded ad to retry the spin, this means the user can view as many ads as they want. Is there any policy on how often a user should be allowed to view a…
aryaxt
  • 76,198
  • 92
  • 293
  • 442
3
votes
2 answers

Steps to switching the AdMob account in order to change country

I know the question of changing the AdMob Country or Currency is been around many years. All they suggest is closing the current AdMob account and open a new one. But I did not find any step by step tutorial on how to do it. If I close my current…
Sam
  • 2,972
  • 6
  • 34
  • 62
3
votes
2 answers

React-native error : is also present at [:@react-native-firebase_admob] AndroidManifest.xml:18:13-29

after installing react-native-firebase_admob i changed the manifest file with the value : ******
3
votes
0 answers

Flutter Native Admob - MissingPluginException

I am trying to add native ads using the plugin flutter_native_admob but I always get this error: E/flutter ( 6504): [ERROR:flutter/lib/ui/ui_dart_state.cc(157)] Unhandled Exception: MissingPluginException(No implementation found for method…
Jose Antonio
  • 578
  • 1
  • 8
  • 34
3
votes
2 answers

add admob native ad in a recyclereview

I am trying to ad the admob's native ad in a recyclerview fragment, which is displayed inside a viewpager. My fragment looks like: public class SunFragment extends Fragment { public static final int NUMBER_OF_ADS = 1; private AdLoader adLoader; …
BaRud
  • 3,055
  • 7
  • 41
  • 89
3
votes
1 answer

Google AdMobs's rewarded video only loads sometimes

I'm trying to implement Ads in my App. Currently I am working on Google Ad Mobs Rewarded Video Ads. My Problem is, that after the first time I press the button which should load the ad an error becomes: Unhandled Exception:…
2
votes
0 answers

React Native Admob Google Mobile Ads not working?

I copied the exact code from documentation and tried to check in my application but it's not working, here I just removed the button because I don't need the button. Ads should appear automatically after users visit the page. Now when I run the app…
2
votes
1 answer

Android Ad failed to load 3

I am using Rewarded Ads with test ids, however still I am getting error 3. This looks strange. Below is the code: implementation "com.google.android.gms:play-services-ads:20.5.0"
viv
  • 6,158
  • 6
  • 39
  • 54
2
votes
0 answers

after installing @react-native-firebase/admob cocoapods gets error

I installed @react-native-firebase/admob and then I used pod install. cocoapods gets error. I also used pod install --repo-update it didn't work for me. this admob works very well on android, but iOS shows this error. If you know how, I'd appreciate…
2
votes
0 answers

Google Play store reject app due to non-certified ad SDK, React Native

When publishing the app on Google Play, we encountered the problem "Your app includes non-certified advertising SDKs» In short, this means that our advertising SDK does not meet the requirements of Google. Our application falls into the group "for…
HE kTO
  • 21
  • 1
2
votes
3 answers

Flutter, Native Admob, Ad failed to load : 0

https://pub.dev/packages/google_mobile_ads I copied this example and everything is working fine except "Native Ad" Of course, MainActivity.kt and NativeAdFactoryExample.kt are all set perfectly and of course I used testAdUnitId for NativeAd but it…
dontknowhy
  • 2,480
  • 2
  • 23
  • 67