Matthew Garcia
Matthew Garcia

Reputation: 153

Can I Simulate My Location On My iPhone Without It Being Plugged Into XCode Real Time?

I understand you can download GPX files to your xCode project and plug your phone in and simulate location from there, but my question is if I can simulate my location on the go?

I want my app to have 5 different pages, each with their own GPX file and the user would use an on/off switch to activate the location simulation and deactivate the location simulation.

Thank you everyone in advance

Upvotes: 0

Views: 251

Answers (1)

Rashwan L
Rashwan L

Reputation: 38833

No that is not possible unfortunately, you can only do that in debug mode and not on the go.

Upvotes: 1

Related Questions