intuit / LocationManager

Easily get the device's current location on iOS.
MIT License
2.56k stars 387 forks source link

Added two new setter for properties of the CLLocationManager object #103

Closed thekie closed 6 years ago

thekie commented 6 years ago

Hey, I added two new methods to access the showBackgroundIndicator and the pausesLocationUpdatesAutomatically properties of the internal CLLocationManager object.

The first is new to iOS 11 and handy, to give the user an indication that your app is currently using the location updates in the background and the second is quite handy to tell the CLLocationManger, to never stop requesting, even if the user has a pause for coffee or so (fixes issue #70).

I would also suggest du bump the version of this pod soon since the latest fix of the usage descriptions for using the always authentication for the location services is critical in my opinion, otherwise apps build for iOS 11 aren't able to get an always authentication.

Thanks for this great pod!

Cheers, Daniel

lwdupont commented 6 years ago

Thank you, looks good. I'll give releasing a new version of this a try tonight. :)