Reputation: 37
I'm working on a navigation app. But I've a problem with testing it.
How can I test it in office?
Can I change iOS's GPS coordinates manually?
Any solution or app ?
Upvotes: 1
Views: 1604
Reputation: 2693
Launch simulator
.From Debug
menu you can select Location
. Now you have 5 options , you can select whatever you want.For entering custom location
select custom Location
.
For "I'm walking
effect you can select city Bicycle Ride, City Run or Freeeway Drive
Upvotes: 3
Reputation: 927
Launch the iOS Simulator. Then, open the iOS Simulator's Debug menu and select Location > then you sen five option.. you can select one for according your testing requirement..
Like : Launch the iOS Simulator. Then, open the iOS Simulator's Debug menu and select Location > Freeway Drive
Upvotes: 5
Reputation: 51
When you are running your app in the simulator in the debug area in xcode there is a "simulate location" icon where you can select different city locations. If that is not enough you need to test directly in a device.
Upvotes: 0