Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to set fake GPS location on IOS real device

Currently I have to test app and set the different fake GPS locations on real IOS 7 devices. On Android I use 'My Fake Location'. Unfortunately, I didn't find the same app for IOS 7. Any ideas to solve my problem?

like image 942
Maksim Alekseychik Avatar asked Feb 20 '14 12:02

Maksim Alekseychik


People also ask

How do I spoof my location on my iPhone 2022?

To spoof location on your iPhone, there is an alternative called iTools Virtual Location. iTools is a toolkit that includes many features, one of these features is faking iphone GPS location without jailbreak . Unfortunately, you must purchase the entire toolkit just to get access to the virtual location feature.


2 Answers

When running in debug mode you can use the little arrow button in the debug area (Shift+Cmd+Y) in Xcode to specify a location. There are some presets or you can also add a GPX file.

Specify debug location

You can generate GPX files here manually: http://www.bikehike.co.uk/mapview.php (from answer: https://stackoverflow.com/a/17478860/881197)

like image 83
SolidSun Avatar answered Sep 20 '22 22:09

SolidSun


Create a .GPX file with xcode, then specify your coordinates and when your device connected, hit the little arrow button and select your .GPX file. You can create multiple files and add lots of coordinates to single .GPX file in order to make some kind of route.

like image 25
Idan Moshe Avatar answered Sep 16 '22 22:09

Idan Moshe