Simulating a location on Real iOS Device

itsaboutcode picture itsaboutcode · Jul 2, 2013 · Viewed 22k times · Source

Is it possible to simulate a location on iOS Device, say I want to simulate London on the device while I am sitting in Oxford?

Thanks.

Answer

Yasir Ali picture Yasir Ali · Apr 29, 2014

Yes, It is possible to simulate the location on device in debug mode. All you need is to debug your application on device, and then enable the location from debug menu.

Check this link... https://developer.apple.com/library/ios/recipes/xcode_help-debugger/articles/simulating_locations.html