MTAdmob icon indicating copy to clipboard operation
MTAdmob copied to clipboard

Rewarded interstitials

Open roguedev1 opened this issue 2 years ago • 4 comments

Hi I couldn't find info on this in the readme - are rewarded interstitials currently supported? Will they be in the future?

roguedev1 avatar Feb 10 '22 18:02 roguedev1

I think this is what you are looking for.

Rewarded video You can show a Rewarded video with a single line of code: CrossMTAdmob.Current.ShowRewardedVideo(); To Load a Rewarded Video you can use this line: CrossMTAdmob.Current.LoadRewardedVideo("xx-xxx-xxx-xxxxxxxxxxxxxxxxx/xxxxxxxxxx");

PonyOny avatar Feb 18 '22 12:02 PonyOny

That's for Rewarded Ads I believe it's not the same thing as Rewarded Interstitial Ads (Beta) or am I mistaken?

roguedev1 avatar Feb 18 '22 18:02 roguedev1

Correct. Rewarded interstitials are not supported yet but I'll implement them soon. I've been a bit busy with other projects but I'll try do add them in the next release.

marcojak avatar Feb 18 '22 19:02 marcojak

Thank you!

roguedev1 avatar Feb 18 '22 19:02 roguedev1

They are now supported in version 1.9

marcojak avatar Dec 03 '22 12:12 marcojak

I am using the newest version, but I get this in the debug window : "Rewarded interstitial not fully implemented yet!"

tonyfonager avatar Mar 09 '23 21:03 tonyfonager