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
Summary:
When calling CLLocationManager.deferredLocationUpdatesAvailable() on devices that have GPS it should return true - which it does in iOS 9 und older versions.
In iOS 10 it does always return false and when I call allowDeferredLocationUpdates the method didFinishDeferredUpdatesWithError is immediately called with kCLErrorDomain error 11
I can confirm this. CLLocationManager.deferredLocationUpdatesAvailable is true on iOS 9 and false on iOS 10. I cannot find a situation where it is ever true on iOS 10.
Description
Area:
CoreLocation (Location Services)
Summary:
When calling CLLocationManager.deferredLocationUpdatesAvailable() on devices that have GPS it should return true - which it does in iOS 9 und older versions.
In iOS 10 it does always return false and when I call allowDeferredLocationUpdates the method didFinishDeferredUpdatesWithError is immediately called with kCLErrorDomain error 11
Steps to Reproduce:
Expected Results:
CLLocationManager.deferredLocationUpdatesAvailable() should return true on devices with GPS
Actual Results:
CLLocationManager.deferredLocationUpdatesAvailable() returns false
Version:
10.0.2
Notes:
Configuration:
iPhone 6s
Product Version: 10.0.2
Created: 2016-09-24T20:39:51.664940
Originated: 2016-09-24T00:00:00
Open Radar Link: http://www.openradar.me/28463185
The text was updated successfully, but these errors were encountered: