Simulating a location on Real iOS Device Simulating a location on Real iOS Device ios ios

Simulating a location on Real iOS Device


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


You can create a GPX file with the desired location/coordinates and you can enable it from the debugger or from the Project scheme select run/options/"Allow location simulation".After you have this enabled and your device connected the location simulation will work on the device to till you reboot it.A good article that explain this can be found here: https://blackpixel.com/writing/2013/05/simulating-locations-with-xcode.html


Maybe this project can help: https://github.com/futuretap/FTLocationSimulatorIt simulate location sending fake data to the coreLocation.