【发布时间】:2015-04-30 06:24:39
【问题描述】:
我正在开发一个应用程序,我需要在没有用户干预的情况下自动 switch on/switch off GPS。
注意:该应用程序仅供内部使用。
提前致谢
【问题讨论】:
标签: ios swift gps location-services intervention
我正在开发一个应用程序,我需要在没有用户干预的情况下自动 switch on/switch off GPS。
注意:该应用程序仅供内部使用。
提前致谢
【问题讨论】:
标签: ios swift gps location-services intervention
您无法切换 GPS。除非您的飞行模式开启,否则 GPS 将始终开启。您可以暂停您的 CoreLocation 数据馈送,但我非常怀疑这是您想要做的。
【讨论】: