运行后台时 MKMapview.userLocation 是否更新?
我已将“所需背景模式”键设置为“应用程序注册位置更新”。 这允许在后台跟踪用户的位置。但是当我从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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我发现 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