IOS Core Location framework did'nt work out on

2019-08-04 17:34发布

IOS Core Location framework did'nt work out on ios 4.2 simulator.Anybody knows the issues.Any one a have ios 4.2 working code for getting current location.

Thanks, VKS

标签: iphone ios gps
2条回答
Root(大扎)
2楼-- · 2019-08-04 18:09

U cannot test CoreLocation framework in simulator. U have to test it with device.

查看更多
Root(大扎)
3楼-- · 2019-08-04 18:11

Simulator always gives you default fixed location in Cupertino... For thorough testing of Core Location apps in simulator you can use following library: https://github.com/futuretap/FTLocationSimulator

查看更多
登录 后发表回答