CrossGeeks / GeofencePlugin

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

Android 9 #14

Open eaba opened 5 years ago

eaba commented 5 years ago

My works in android before Geofence start working but becomes unresponsive once it start listener. I have built it to target kitkat min and 8.1

What can I do?

coosmiyn commented 5 years ago

I got into the same problem. Let me know if you found an answer :(

eaba commented 5 years ago

Hi @coosmiyn in my own case it was caused by async/await result which was deadlocking thereby making my app unresponsive!