Questions tagged [firebase-admob]

118 questions
1
vote
2 answers

It's been more than 1 +1/2 month my app is not serving ads, with error I/Ads: Ad failed to load : 3

On 24th August, my AdMob account was set on "Ad serving limited and it says that this impact for less than 30 days but now its more than one and half month but things haven't changed. Can anyone suggest me something?
1
vote
1 answer

Xamarin.Forms Firebase Ads Crashing on Actual devices

I've added Xamarin.Firebase.Ads to my Xamarin.Forms Android project and set it up with the test IDs - Test Banner is showing correctly on emulator. My private IDs are still not approved etc. When I deploy the app to any Android device, app crashes…
michal
  • 163
  • 2
  • 9
1
vote
0 answers

In Flutter, Banner ad not disposing on android sometimes with firebase_admob plugin?

Sometimes ads on android don't dispose of even after calling dispose. Since the banner is an overlay, it covers the next screen. Users of my app are reporting that ads are covering their screens because the ad from the previous screen was not…
vijay053
  • 822
  • 3
  • 18
  • 36
1
vote
2 answers

Flutter App Integrating AdColony with Mediation

When setting up AdMob Mediation With Flutter ( firebase_admob: ^0.9.3+2) I'm getting the following error Note: I have successfully set up the ADmob integration I follow all the steps mentioned here : Integrating AdColony with Mediation as per step…
Sam
  • 6,215
  • 9
  • 71
  • 90
1
vote
1 answer

Flutter FIrebase Admob crashing on app start even though i have added all required setups

I am trying to implement Google Admob in Flutter. I have added the required dependencies: Android Manifest; Added Initialization in the app I have a google-services.json file added to my project which is the same one I have been using for…
Waseem Ahmed
  • 379
  • 1
  • 5
  • 17
1
vote
0 answers

Displaying video ads in a row with admob on flutter

Im interested if there is a way to display more than one RewardVideoAd in a row. Before opening one videoAd it must be loaded, so I tried to load another videoAd when other is opened, so that way when the videoAd is closed/rewarded/completed it…
Antoni Dobrenov
  • 162
  • 2
  • 9
1
vote
0 answers

how to do something after interstitial ad is removed by user

I want to execute a function after the interstitial ad is finished and closed/removed by the user. Is there a way to listen to this event? I tried to use then after show, but this is not working, it already executes the function after the ad is…
Neli
  • 532
  • 1
  • 3
  • 15
1
vote
0 answers

Cropped Ad on iOS using firebase_admob plugin on flutter

Sadly, AdMob has 'restricted ad serving' to my iOS app because of odd plugin behaviour. This is what they say on Policy center: MODIFIED ADS: Publishers are not permitted to alter the behavior of Google ads in any way. This includes resizing ad…
Daniel
  • 708
  • 1
  • 8
  • 18
1
vote
0 answers

Admob native ads with firebase are not loading - Error 3

I created an application a few weeks ago to learn how to use native Admob + Firebase ads. When opening the app, the ads are not loaded and said that error 3 occurred. class MainActivity : AppCompatActivity() { private var adLoader: AdLoader? =…
Vitor Ferreira
  • 1,075
  • 1
  • 14
  • 28
1
vote
2 answers

How to position Firebase Admob on the bottom after keyboard is closed in Flutter?

I am using firebase_admob package. I use the following code and manage to make the Admob banner show on top of keyboard. @override Widget build(BuildContext context) { myBanner.show( anchorOffset:…
user2872856
  • 2,003
  • 2
  • 21
  • 54
1
vote
1 answer

Interstitial ads not showing in Flutter

I'm using this package: https://pub.dev/packages/firebase_admob Everything is setup correctly and the normal banner is showing. My problem comes only with the interstitial one: import 'package:firebase_admob/firebase_admob.dart'; BannerAd myBanner…
Dani
  • 3,128
  • 2
  • 43
  • 91
1
vote
2 answers

Whenever I add a certain library and modify androidmanifest.xml on meta-data section, flutter app keeps crashing

I'm trying to add admob ads in my app. Everything else is working fine but when I add this flutter package firebase_admob: ^0.9.0+10 the app crashes on startup. The documentation for this package insists that I modify the AndroidManifest.xml file…
James Mwase
  • 828
  • 1
  • 16
  • 29
1
vote
2 answers

Android emulator PlatformException(load_failed_ad, cannot reload a failed ad, id=571273309, null)

I included ads in my Flutter project. When I click "Load ads" button first time on Android emulator ad loads and shows perfectly. But when I close the ad and click "Load ads" button again I get this exception: I/flutter ( 1549): InterstitialAd event…
Olga
  • 291
  • 2
  • 12
1
vote
0 answers

firebase_admob - when using this plugin strictly for ads, pod unnecessarily installs firebase core and other plugins only on iOS side

I use firebase_admob plugin in my flutter project and don't intend to include any other firebase related plugins like firebase_analytics, firebase_core, etc. So, my android side of the development seems very neat and all the Ads implementation is…
venkat
  • 53
  • 1
  • 8
1
vote
0 answers

Flutter app - getting continuous error "The application may be doing too much work on its main thread"

Getting continuous error in VSCode debug console like: I/Choreographer(16759): Skipped 35 frames! The application may be doing too much work on its main thread. E/eglCodecCommon(16759): glUtilsParamSize: unknow param 0x000085b5 I/chatty …
wizavi
  • 104
  • 1
  • 9