测试位置感知 iPhone 应用程序
我正在尝试构建一个慢跑应用程序,它将绘制用户的慢跑路线。我的问题是如何测试该应用程序。由于该应用程序取决于用户的位置,并且位置应该发生变化,以便我绘制一条线或用户慢跑的地方。如果我只是在家里走动,CLLocation 可能不会给我任何新的积分。测试位置感知应用程序的首选方法是什么?
I am trying to build a jogging app which will plot the user's jogging route. My question is that how do I test that app. Since the app depends on the user's location and the location should be changing in order for me to plot a line or something where the user is jogging. If I just move around in my house the CLLocation might not give me any new points. What is the preferred way of testing location aware apps?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这一切都在保密协议下,所以我会非常含糊。
您应该查看目前处于开发者预览版中的 Xcode 4.2 以及 iOS 5。
您需要成为注册的 iPhone 开发人员才能访问此版本的 Xcode。
It's all under NDA, so I'll be very vague.
You should check out Xcode 4.2 that is presently in Developer preview along with iOS 5.
You need to be a registered iPhone developer to access this build of Xcode.