CrossGeeks / GeofencePlugin

Geofence Plugin for Xamarin iOS and Android
MIT License
48 stars 22 forks source link

Android 9.0 support #18

Closed jochembroekhoff closed 4 years ago

jochembroekhoff commented 4 years ago

This PR gives the Geofence Plugin proper support for Android 9.0

Android 9.0 requires the newer version of the Xamarin Google Play Services bindings, namely version 71.x. These are incompatible with the constraints given by this package. This package requires >= 60.1142.1 but having installed version 71.x of the Play Services bindings, the Android app crashes due to an ABI change in the bindings DLL.

I've tested the changes in a production app and this seems to be a working fix to support the Android 9.0 target platform.

Mittchel commented 4 years ago

I am also waiting on this to be approved.

rdelrosario commented 4 years ago

Thanks for your contribution!