marcojak / MTAdmob

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

CrossMTAdmob.Current.OnInterstitialLoaded listetning on iOS #117

Closed ablohme86 closed 1 year ago

ablohme86 commented 2 years ago

After putting:

            CrossMTAdmob.Current.OnInterstitialLoaded += Current_OnInterstitialLoaded1;

on iOS in App.xaml.cs at the OnStart override it will never "flip". Works great on Android, so its hard for me to know when to call .Show. If I create a button to call ShowInstertitial and click it after load I will receive a interstitial ad

Banner ads is working on both iOS and Android

marcojak commented 1 year ago

Version 1.9 should work fine. Closing for now.