marcojak / MTAdmob

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

Reward Video shows instead of interstitial. #24

Closed stevewinn74 closed 4 years ago

stevewinn74 commented 4 years ago

Describe the bug When I call CrossMTAdmob.Current.ShowInterstitial(); a RewardedVideo shows

To Reproduce On App start, I

  1. Get current
  2. Load interstitial (so it's ready)
  3. Load a rewarded video
  4. After show, I call in OnClosed event to load the next one

Expected behavior CrossMTAdmob.Current.ShowInterstitial(); shows the loaded interstitial CrossMTAdmob.Current.ShowRewardedVideo(); shoes the loaded rewarded video

Actual behaviour It seems like the plugin might show the last loaded content on either of these calls.

Workaround Only load the next item to be called

stevewinn74 commented 4 years ago

I'm closing this as it has resolved, so it must have been an issue our end.