kmcgill88 / admob_flutter

Admob Flutter plugin that shows banner ads using native platform views.
https://pub.dartlang.org/packages/admob_flutter
ISC License
433 stars 151 forks source link

RewardAd Listener sometimes not working #247

Open Mustafaayaz32 opened 3 years ago

Mustafaayaz32 commented 3 years ago

Sometimes I can handle rewarded ads but sometimes it is not working and not listening to rewarded ads. I'm running the same code every time but responses are changing. Could you help me?

it-one-mm commented 3 years ago

Don't use admob_flutter. Just use firebase_admob, and it is reliable.

hanlyyn commented 3 years ago

I am facing the issue too. None of the events are triggered sometimes

jjgajjar04 commented 3 years ago

any solution ?

kmcgill88 commented 3 years ago

Can you provide an example project that reproduces this?

decioschmitt commented 3 years ago

Hi, maybe this is the problem I am facing as well. Do you have an example of how I can know if the user watched the video until the end? I'm trying to use the AdmobAdEvent.closed event to know this, but maybe I'm using it the wrong way. I appreciate if someone can help me with this.

Mustafaayaz32 commented 3 years ago

firebase_admob Solved the problem. There is no solution for admob_flutter sorry.

decioschmitt commented 3 years ago

firebase_admob Solved the problem. There is no solution for admob_flutter sorry.

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

Mustafaayaz32 commented 3 years ago

firebase_admob Solved the problem. There is no solution for admob_flutter sorry.

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

What if I won't update the SDK or libraries? Do the ads stop in my app?

decioschmitt commented 3 years ago

firebase_admob Solved the problem. There is no solution for admob_flutter sorry.

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

What if I won't update the SDK or libraries? Do the ads stop in my app?

Depreciation is a sign that you may need to deal with in the future. And this plugin will have no more maintenance.

princesanjivy commented 3 years ago

Can you provide an example project that reproduces this?

W/Ads (14643): #004 The webview is destroyed. Ignoring action.

In debug mode I get this kinda error. When I build the signed version, events are working

princesanjivy commented 3 years ago

firebase_admob Solved the problem. There is no solution for admob_flutter sorry.

But only thing with the package is that there is no option to place ads inisde widgets.