marcojak / MTAdmob

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

Admob breaks after clicking on a playing rewarded video ad and then trying to resume game #107

Open roguedev1 opened 2 years ago

roguedev1 commented 2 years ago

MTAdmob [Android] works fine when user does not click on a rewarded video ad, but breaks when trying to resume game after clicking on the ad.

The logic for closing/resuming the app works ok under normal circumstances, the issue is with Admob.

I could not see a function in the MTAdmob library for manually closing a rewarded ad, this would help to mitigate the issue since if a user clicks the ad then they should receive the reward without having to watch the rest of the video. There is an Event handler (OnRewardedVideoAdLeftApplication) but there's no function to actually do anything with this Event e.g. close the ad.

I am using the latest version, 1.6.9

Screenshot_20220628-090207