I need to show a few rewarded ads in a row but the package doesn't let me do so.
According to package documentation, I can load 1 ad at a time, so I tried to load the next video as soon as I started showing already preloaded one.
Though according to android AdMobv SDK documentation, there is a new API allowing to load more than one ad at a time. (https://developers.google.com/admob/android/rewarded-ads#loading_multiple_rewarded_ads)
flutter doctor:
Click To Expand
[โ] Flutter (Channel stable, v1.17.5, on Mac OS X 10.15.6 19G2021, locale en-RU)
[โ] Android toolchain - develop for Android devices (Android SDK version 29.0.2)
[โ] Xcode - develop for iOS and macOS (Xcode 11.6)
[โ] Android Studio (version 4.0)
[โ] Connected device (2 available)
โข No issues found!
Hi @alectogeek,
Can you provide the admob plugin version you are using ? There's a new dev release of the plugin that you might want to try, if not already.
Also, if problem persists, please provide a minimal reproducible code sample that shows the issue.
Thanks.
Hi @darshankawar,
I use the latest available on the pub 0.9.3+4 version.
I will try the dev version, thanks!
@darshankawar unfortunately, it didn't work.
Looks like I have a similar issue as in https://github.com/FirebaseExtended/flutterfire/issues/1178.
The minimal reproducible code sample can be found there, it's exactly what I'm trying to do. But in my case, I really need to be able to show a few Rewarded ads in a row! So it would be cool to be able to start loading the next video while the user watches the preloaded one.
In #1178 it is said that there is a native SDK limitation, but according to current documentation, there is a new API allowing to load multiple videos (if I understood it correctly).
Thanks!
Any updates here?
Should we... wait for any updates in the nearest future?
@darshankawar can I somehow help to accelerate feature this feature implementation/fix? We really need an ability to show a few ads in a row to earn in our apps.
Is there any update ?
Most helpful comment
Any updates here?
Should we... wait for any updates in the nearest future?