开发者

Does speed display work on IOS Simulator?

开发者 https://www.devze.com 2023-02-28 21:40 出处:网络
We are having issue with displaying Speed which is part of Description that comes with CoreLocation working on Ios Simulator for Iphone. In the view controller, we connect the Description to label. It

We are having issue with displaying Speed which is part of Description that comes with CoreLocation working on Ios Simulator for Iphone. In the view controller, we connect the Description to label. It does display most of information such as lat and long, time. We can verify that the lat and long, and time displayed change when we move from one location to another. However, the speed is either -1 (when we are not moving) or 0 (when we are mo开发者_JAVA百科ving).

How we test it? We use ios simulator that comes with XCODE 4 and connect to 3G internet connection and drive around the town. We can also verify that the information displayed refreshes every minute.

Questions: - does Ios Simulator support the Speed display from CoreLocation? - does corelocation work only on certain type of internet connection? wifi, airport? - do we have to deploy the app into iphone to get Speed displayed properly?


try this answers

Testing CoreLocation on iPhone Simulator

0

精彩评论

暂无评论...
验证码 换一张
取 消