Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

On setting iOS simulator default location from Edit Scheme, does it affect the device location update?

Since I was getting error "Location Manager Error : (KCLErrorDomain error 0)" I edit the scheme to set default location. i.e. Scheme > Edit Scheme > Options > Allow Location Simulation checked set default location.

Does it affect the device to get its location from GPS?

like image 784
sKhan Avatar asked Nov 13 '22 03:11

sKhan


1 Answers

Yes, its affecting the device location as well, i verified with https://developer.apple.com/library/ios/samplecode/LocateMe/Introduction/Intro.html when i simulator it on the device it still give the same location which is configured by Scheme > Edit Scheme > Options > Allow Location Simulation not the actual location of device.

like image 62
sKhan Avatar answered Dec 04 '22 07:12

sKhan