Open brunnurs opened 9 years ago
Checkout my Geolocator plugin: https://github.com/jamesmontemagno/Xamarin.Plugins/tree/master/Geolocator
I will do a pull request here for that fix. I added a while ago.
Thx @jamesmontemagno, will do that for the next release!
Please add the CLLocationManager.AllowsBackgroundLocationUpdates - property to the Geolocator. An option would be as a constructor-parameter for iOS- instantiation. Without this property, the Geolocator is completely useless for any background-scenario in iOS 9.
http://stackoverflow.com/questions/30808192/allowsbackgroundlocationupdates-in-cllocationmanager-in-ios9