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.
Hey, I added two new methods to access the
showBackgroundIndicator
and thepausesLocationUpdatesAutomatically
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