marcojak / MauiMTAdmob

MIT License
104 stars 17 forks source link

LoadInterstitial method loads ad only once #13

Closed nightBaker closed 3 months ago

nightBaker commented 1 year ago

I use CrossMauiMTAdmob.Current.LoadInterstitial(interstitialsAdId); to load interstitial and show it if it is ready. First time, everything works. But if I want to load ad second time it will never be loaded. I subscribe for OnInterstitialLoaded (never called) or check CrossMauiMTAdmob.Current.IsInterstitialLoaded() (always false)

marcojak commented 1 year ago

I've just published version 1.0.2 that should solve this issue.