运行后台时 MKMapview.userLocation 是否更新?

发布于 2024-12-09 08:51:05 字数 206 浏览 0 评论 0原文

我已将“所需背景模式”键设置为“应用程序注册位置更新”。 这允许在后台跟踪用户的位置。但是当我从mkmapview.userlocation后台获取gps信息时,我发现gps信息与上次在前台运行时的信息相同。 这意味着 mkmapview.userlocation 在后台运行时不会更新。是这样吗? 有什么想法可以在后台运行时从 mkmapview.userloction 获取用户位置信息吗?

I have set the "Required background modes" key to "App registers for location updates".
this allows tracking the user’s location in the background. but when i get gps information from the mkmapview.userlocation background ,i found that the gps information is the same as when it is running foreground last time.
this means the mkmapview.userlocation doesn't update when running background. Is that right?
is there any idea to get user location information from the mkmapview.userloction when running background?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

何必那么矫情 2024-12-16 08:51:05

我发现 MKMapview.userLocation 在后台运行时不会更新位置信息。所以我必须使用 cllocation 来获取位置信息背景

I have found that the MKMapview.userLocation isn't updating the location info when it is running background. so i have to use the cllocation to get location info background

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文