Add Admob Rewarded video Ads to Android and iOS with a single line of code
Have you seen how amazing are the Admob Rewarded video Ads? If you are creating a game or an app, the Rewarded Videos are something you should add to your app.
UPDATE: I’ve added on github the source code of a project to test this Admob plugin. You can find it here: https://github.com/marcojak/TestMTAdmob
Do you think that are difficult to implement and it takes hours of your time? WRONG!
Thanks to my plugin MarcTron.Admob (https://www.nuget.org/packages/MarcTron.Admob) you can add Rewarded Videos with a single line of code!!!
Exactly!!! Install the MarcTron.Admob free plugin and in less than few seconds you can show Rewarded Videos in your Android and iOS apps!
HOW (It’s super easy!!!)
- Install the MarcTron.Admob plugin in your projects (.netstandard, Android and iOS).
- That’s it! No other things to do!!!
Now, if you want to show a rewarded video you just have to write this code:
CrossMTAdmob.Current.ShowRewardedVideo("xx-xxx-xxx-xxxxxxxxxxxxxxxxx/xxxxxxxxxx");
Of course remember to replace the xxx with your video ID that you can find on your Google Admob page.
EVENTS
We all love events 🙂 If you love them as well. There are 7 events that you can use with Rewarde Videos:
OnRewarded When the user gets a reward
OnRewardedVideoAdClosed When the ads is closed
OnRewardedVideoAdFailedToLoad When the ads fails to load
OnRewardedVideoAdLeftApplication When the users leaves the application
OnRewardedVideoAdLoaded When the ads is loaded
OnRewardedVideoAdOpened When the ads is opened
OnRewardedVideoStarted When the ads starts
CONCLUSION
We have just seen how to add Rewarded Videos (with the plugin you can add Banners and Interstitials as well) in less than few seconds.
Basically it’s a dream 🙂 But it’s all TRUE!
USEFUL LINKS
Now here some links that you can use:
A detailed tutorial on how to use the plugin: https://www.xamarinexpert.it/blog/admob-made-easy/
The nuget package link:
https://www.nuget.org/packages/MarcTron.Admob
The bitbucket project site to report/view issues:
https://bitbucket.org/marcojak81/mtadmob/issues
Github test project to try the plugin: https://github.com/marcojak/TestMTAdmob
July 22, 2019 @ 3:18 pm
Do you have any sample apps? I can’t seem to get rewarded ads working. Nothing is displayed and no events fire ?!
July 23, 2019 @ 8:46 am
Hi Anthony,
Yes, you can find the sample app here: https://github.com/marcojak/TestMTAdmob
If you still have problems with the plugin, let me know and I’ll help you
April 14, 2019 @ 7:16 pm
hi,
great plugin but I’m having trouble on rewarded ads, I can subscribe to events but can’t unsubscribe, so OnRewarded works many times. Can you show a working example of OnRewarded method?