AdMobBuddy
AdMobBuddy copied to clipboard
Library for viewing AdMob ads into a Xamarin.Android, Xamarin.iOS, and MonoGame apps
When using for Interstitial ads getting as: ``` IAdManager ads = new AdMobAdapter(mainActivity, interstitialAdID: _interstialTestAd); ads.DisplayInterstitialAd(); ``` Getting: ``` Unable to resolve interface type 'Android.Gms.Ads.IOnUserEarnedRewardListener'. Are you missing an assembly...
hi How to know if a user has closed the rewarded video or interstitial ad and didn't continue to watch an ad? or how to know a user has finished...
Hello First, Thanks for your repository. It's a clean code that you can call the functions wherever you want without writing them inside the MainActivity There is an issue with...