I'm developing with MKMapView class, When running on the device (iPhone5) and with AirPlane mode ON , Wi-Fi ON,
and the property of MKMapView:showsUserLocation
setting to YES
,the delegate of MKMapView
- (void)mapView:(MKMapView *)mapView didFailToLocateUserWithError:(NSError *)error
is called, returning an error
Turn off airplane mode or use Wi-Fi to show your location on the map
telling me to turn of AirPlane mode or Turn on Wi-Fi to get location on the map. My Airplane mode is on, but my Wi-Fi is Enabled, why can't I locate my position?
Is it a bug of MKMapView,or something else? thanks!