xamarin / Xamarin.Mobile

A project to use a common way of accessing phone functionality
Apache License 2.0
233 stars 85 forks source link

AllowsBackgroundLocationUpdates - Property #55

Open brunnurs opened 9 years ago

brunnurs commented 9 years ago

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

jamesmontemagno commented 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.

brunnurs commented 9 years ago

Thx @jamesmontemagno, will do that for the next release!