-
-
Notifications
You must be signed in to change notification settings - Fork 153
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RewardAd Listener sometimes not working #247
Comments
Don't use admob_flutter. Just use firebase_admob, and it is reliable. |
I am facing the issue too. None of the events are triggered sometimes |
any solution ? |
Can you provide an example project that reproduces this? |
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 |
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. |
W/Ads (14643): #4 The webview is destroyed. Ignoring action. In debug mode I get this kinda error. When I build the signed version, events are working |
But only thing with the package is that there is no option to place ads inisde widgets. |
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?
The text was updated successfully, but these errors were encountered: