For normal situations, the didUpdateToLocation
(of CLLocationManager) does not work any more when the lock/sleep button is pushed, and your app cannot get further newLocation
coordinates during the locked period.
However, some apps CAN track during the locked period, and they will show the correct route when you unlocked and see the Mapview. Obviously there are ways to get the coordinates during the locked period.
How to get the coordinates when the iPhone is locked/sleeping?
Who has hints and further info, please post. Thanks.