I’d like to test what happens if my app can’t get the location coordinates. Is it possible to disable the location service in the simulator, like on an iPod Touch with WiFI turned off?
I still don’t have my iPhone Developer Program certificate, so I can’t test it on my device.
Thanks in advance!
As a workaround you can try to simulate update location failure by constructing NSError object with appropriate values and calling corresponding CLLocationManager delegate
didFailWithError:method manually.