Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Current Location in the Simulator

Tags:

iphone

Im doing an app in which i have to find the current location of the user.can i get the current location of the user in the iOS 5 simulator by using CLLocationmanager?

like image 980
Venkata Gopi Avatar asked Apr 28 '12 05:04

Venkata Gopi


1 Answers

xcode - Edit Scheme - Run you.app - Option

check Allow Location Simulation, then select "Default Location"

Add GPX File to Project

the format like this

like image 71
adali Avatar answered Sep 20 '22 02:09

adali