Has anyone else ran into the issue of telling a location manager to defer updates but still get regular location updates via didUpdateLocations?
I have:
Verified that no other app is using location services
Unplugged the device from debugger and MacBook (Verify it is still getting call by logging didUpdateLocations to a file)
Made sure that only one locationManager used in my app.
According to file log:
CoreLocation: Finished deferred updates: success
I think there is nothing wrong but didUpdateLocations still called at the a normal interval of 1Hz.
How can I check if Deferred Location Updates works?