You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add possibility to request different authorization levels for location access. This can be done via the new authorizationRequestType argument of the requestAuthorization method (defaulting to .authorizedWhenInUse-type request).
Make CLLocationManager attribute lm public.
This allows to inject more fine-grained settings into lm, such as desiredAccuracy, activityType, allowsBackgroundLocationUpdates, etc.