Sagar Rawal
Sagar Rawal

Reputation: 1442

How to test location based iPhone application for pre development or beta testing from desktop?

I want to test my Location based application that uses CLLocationManager to find my current locaiton and perform other operations.

Please let me know how can i test it

Upvotes: 1

Views: 896

Answers (2)

Jigar Pandya
Jigar Pandya

Reputation: 5987

Checked out the following two URL and this may help you.

testing GPS in iPhone simulator problem

iPhone Simulator providing location results

There are tools for this tasks as well; you can check out the following for the same.

http://www.vimov.com/isimulate/faq/

Upvotes: 0

Denis
Denis

Reputation: 6413

In Xcode 4.2 you can simulate locations right from your debugger: Press this button, when in debug mode Location simulation menu

Upvotes: 5

Related Questions