deferredLocationUpdatesAvailable returns NO

Hi,


I've got code which checks whether a device has GPS. To do this (as recommended on Stack Overflow), I call



[CLLocationManager deferredLocationUpdatesAvailable]


On iOS 10 Beta 4 this returns NO.


Is this a bug, or is there a reason it would return NO?


Thanks,

Replies

I'm also seeing this with the latest beta (beta 8). Any way around this or should we just file a radar?

Did anyone ever find a solution to this?


I have an app that was just updated for iOS 10 and I am running into the same problem. Any advice would be appreciated.

We are seeing the same issue in our apps, deferredLocationUpdatesAvailable() always returns false under iOS 10.0.2 and activating deferred locations causes didFinishDeferredUpdatesWithError to be called with kCLErrorDeferredFailed

This is affecting me too. Wondering if you - or anyone watching this post - has managed to find any workarounds or discovered anymore about hte issue.


From my testing, seems that iOS 10.1 beta 2 is still not working.

Still existant in the 10.1 final release for me. Did you guys already file bug reports?