marcojak / MTAdmob

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

The plugin is not compatible with the latest Xamarin.GooglePlayServices.Ads.Lite (120.0.0) #59

Closed RadoslawKubas closed 3 years ago

RadoslawKubas commented 3 years ago

It's not exactly a bug, but breaking changes in Xamarin.GooglePlayServices.Ads.Lite.

After update from 119.8.0 to 120.0.0 you can't build Android project anymore:

Unable to resolve interface type 'Android.Gms.Ads.Reward.IRewardedVideoAdListener'. Are you missing an assembly reference?

marcojak commented 3 years ago

Ok, I've seen 3 days ago, they released the new version of the Google play services.

This evening after work, I'll update the plugin to solve any issues with this version

marcojak commented 3 years ago

Ok, I've checked and there are many many differences. I'm already working on them but it will require some time. I hope to have all finished by the end of the week.

RadoslawKubas commented 3 years ago

Amazing :) Thank you!

RadoslawKubas commented 3 years ago

@marcojak Hello, any news?

marcojak commented 3 years ago

Hi. I've been very busy lately on some other projects. It's quite a big change so it takes some time (but meanwhile it works perfectly fine with the previous version id the GPlayServices. I hope to release an update soon

RadoslawKubas commented 3 years ago

@marcojak Thanks a lot for the updated info!

marcojak commented 3 years ago

@RadoslawKubas just as an update, I've started to work on the next version of the plugin. The Android version is almost completed then I have to work on the iOS version.

marcojak commented 3 years ago

The new version is online. I did some tests and it worked fine. Let me know if it works for you.

RadoslawKubas commented 3 years ago

@marcojak Thank you for update, I will test asap. :)

RadoslawKubas commented 3 years ago

Everything seems be be perfect :) Thank you!

Quax82 commented 3 years ago

Installation working fine now but OnRewarded not firing anymore.