如何更改iphone 4s中的当前位置?

时间:2012-06-05 06:25:55

标签: iphone ios5 gps xcode4.2 core-location

我在我的app中使用核心位置框架我不得不问我如何更改iphone 4s中的当前位置以测试核心位置框架的这个功能:

- (void)locationManager:(CLLocationManager *)manager didUpdateToLocation:(CLLocation      
   *)newLocation fromLocation:(CLLocation *)oldLocation {

在此函数中,我通过点击特定链接在服务器上发送newLocation。

2 个答案:

答案 0 :(得分:0)

我认为你有3个选择,

1)您可以使用iSimulate

模拟位置

2)在xcode 4.2中,您可以使用调试器本身进行模拟..

enter image description here

3)或者随身携带随身携带的手机..抱歉;)

答案 1 :(得分:0)

您可以使用iOS 5.0中的XCode4.2中的模拟器进行测试。

在调试区域中,您可以在模拟器中运行应用程序时更改某些预定义位置,还可以在GPX文件中定义自定义位置。以下是有关如何添加自定义位置的教程。

http://plainoldstan.blogspot.hk/2011/08/on-gpx-files-for-xcode-42.html