marius-bughiu / Plugin.AdMob

.NET MAUI plugin for AdMob
https://startdebugging.net
MIT License
36 stars 5 forks source link

Interstitial Guide Missing #2

Closed sheyinn closed 6 months ago

sheyinn commented 7 months ago

Great plugin! Can't find the documentation on how to implement interstitial ads. It would be great to have those.

marius-bughiu commented 7 months ago

Hi @sheyinn, and thank you! I will update the readme soon, but in the meantime you can check the sample app. For interstitials you can use the IInterstitialAdService service, which exposes two methods for you:

A full working example can be found here: https://github.com/marius-bughiu/Plugin.AdMob/blob/main/samples/Foo.Bar.SampleApp/MainPage.xaml.cs

sheyinn commented 6 months ago

Hello @marius-bughiu. Thanks for the guidance. I was able to get it to work.

marius-bughiu commented 6 months ago

Updated the readme with information on how to show interstitial ads. Closing.