IOS simulator and gps

How to simulate GPS movement on an iOS simulator? I am developing an application that uses gps and I need to test it while the user’s location is changing. How can i do this? thanks in advance.

+5
source share
1 answer

In the DebugiOS simulator menu, check the menu Location:

Debug menu of iOS Simulator

It provides you with several options related to the location of the simulated device.

+16
source

All Articles