iphone - 当应用程序在后台运行时如何获取当前位置
<p><p>我想引用一下,当我们的应用程序在后台运行时,我们如何找出当前的纬度和经度..</p>
<p>如果您有任何建议,请建议我...</p>
<p>提前致谢。</p></p>
<br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
<p><p>首先您需要告诉 iOS 您的应用将在后台运行以检索用户位置。</p>
<p>通过将 <code>必需的背景模式</code> 添加到 info.plist 并将一项设置为 <code>App registers for location updates</code></p> 来做到这一点
<p>刚刚设置了<code>CLLocationManager</code>就开始监控位置变化了。
Apple 确实建议您的应用仅使用 <code>重大更改</code> 来节省电池电量:<a href="http://developer.apple.com/library/ios/#documentation/iPhone/Conceptual/iPhoneOSProgrammingGuide/BackgroundExecution/BackgroundExecution.html#//apple_ref/doc/uid/TP40007072-CH5-SW6" rel="noreferrer noopener nofollow">http://developer.apple.com/library/ios/#documentation/iPhone/Conceptual/iPhoneOSProgrammingGuide/BackgroundExecution/BackgroundExecution.html#//apple_ref/doc/uid/TP40007072-CH5-SW6</a> </p></p>
<p style="font-size: 20px;">关于iphone - 当应用程序在后台运行时如何获取当前位置,我们在Stack Overflow上找到一个类似的问题:
<a href="https://stackoverflow.com/questions/7268398/" rel="noreferrer noopener nofollow" style="color: red;">
https://stackoverflow.com/questions/7268398/
</a>
</p>
页:
[1]