marcojak / MTAdmob

Admob plugin for Xamarin Android and iOS
https://www.xamarinexpert.it/admob-made-easy/
160 stars 26 forks source link

Rewarded interstitials #94

Closed roguedev1 closed 1 year ago

roguedev1 commented 2 years ago

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

PonyOny commented 2 years ago

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");

roguedev1 commented 2 years ago

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

marcojak commented 2 years ago

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.

roguedev1 commented 2 years ago

Thank you!

marcojak commented 1 year ago

They are now supported in version 1.9

tonyfonager commented 1 year ago

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