AndriousSolutions / ads

Other
58 stars 11 forks source link

Deprecation of firebase_admob Plugin #38

Open deadsoul44 opened 3 years ago

deadsoul44 commented 3 years ago

Migrate dependency because The firebase_admob plugin will be deprecated in April 2021 in favor of Google Mobile Ads SDK for Flutter.

Andrious commented 3 years ago

Yes, I'm working on that this weekend.

deadsoul44 commented 3 years ago

Any update? Thank you very much.

Andrious commented 3 years ago

I will be working on it for the next three days.

Andrious commented 3 years ago

Beta version 3.0.0. is now available. New versions will be released in subsequent days.

deadsoul44 commented 3 years ago

I get this error when trying to show interstitial ad.

E/flutter ( 8772): [ERROR:flutter/lib/ui/ui_dart_state.cc(199)] Unhandled Exception: Null check operator used on a null value
E/flutter ( 8772): #0      FullScreenAd._createAd (package:ads/admob.dart:255:23)
E/flutter ( 8772): #1      MobileAds.loadAd (package:ads/admob.dart:559:9)
E/flutter ( 8772): <asynchronous suspension>
E/flutter ( 8772): #2      Ads.showFullScreenAd (package:ads/ads.dart:640:14)
E/flutter ( 8772): <asynchronous suspension>

Any idea how to solve it?

deadsoul44 commented 3 years ago

I have to provide unitId to showFullScreenAd method in order to surpass the error above. But, now, ads fail to load.

Ad failed to load : 3

Any idea what could be the problem? Thank you.

Marek00Malik commented 2 years ago

I have the same problem, when trying to run rewardAds, did you manage to fix your problem?

Andrious commented 2 years ago

I will look into it this evening.

Andrious commented 2 years ago

ads 3.0.1. has been released.