I need to test the scenario where looking for near by places of US location while I am in India. I have GPX file having coordinates of US location but I do not have code access so how can I use this GPX file to make fake location?
Asked
Active
Viewed 1,112 times
1 Answers
1
In iOS Simulator Menu, go to Debug -> Location -> Custom Location. There you can set the latitude and longitude and test the app accordingly. This works with MapKit and also with CLLocationManager.

Rushabh
- 3,208
- 5
- 28
- 51
-
Thanks but I know about it I need to test it on device only. – Pooja Maha Mar 30 '16 at 10:24