Is there a way to make a reward ad an unskippable ad in AdMob in flutter ?? I am using the firebase_admob library from google already but I still can skip reward ads!
Asked
Active
Viewed 473 times
0
-
1As far as i know Admob reward ads cannot be unskippable, Google does not allow it. – stillKonfuzed Dec 29 '20 at 12:52
-
oh, then what about unity ads can I make it unskippable in my application! @stillKonfuzed – Mo Ok Dec 29 '20 at 13:28
-
1Yes, Unity rewarded ads are unskippable – user14678216 Dec 29 '20 at 21:03
-
1Rewards ads are meant to be triggered by users for getting a reward, so that makes it skippable/cancelable even before the ads end. You can use other ad format like Interratical ads which provides some* videos ads that are not cancellable. @MohamedSalah – stillKonfuzed Dec 30 '20 at 05:35