how is it that CLLocationManager gets a location when Airplane Mode is ON
问题 My app uses CLLocationManager to get location updates from the device. I had assumed that when the device was in Airplane Mode, I would not get location updates. But I do. The reason I assumed this is because Apple says that Airplane mode turns off Wifi, Cellular, Bluetooth, and GPS. See: http://support.apple.com/kb/ht1355 So, how is it that I'm getting a location update with a coordinate that seems reasonable? 回答1: I've developed an app that heavily uses the user location, so I had to check