iPhone:当应用程序在后台时找出我在哪里

发布于 2024-11-26 04:01:15 字数 98 浏览 1 评论 0原文

我可以获取 iPhone 的当前位置,但我想知道当应用程序处于后台时是否可以调用我的方法,并且如果用户已到达特定位置,则会弹出消息(可能正在使用本地通知?)。

谢谢。

I can get the current location of my iPhone but I was wondering if it is possible to call my methods when application is in background and pop-up message(may be using local notification?) if user has reached at particular location.

Thanks.

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

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

发布评论

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

评论(1

千里故人稀 2024-12-03 04:01:15

是的,这是可能的。本地通知也是一个很好的解决方案。

您需要做的就是在应用程序 plist 中设置后台位置更新的标志。然后,在位置管理器的回调方法中,执行距离和/或位置跟踪记录并触发本地通知。

Yes, this is possible. A local notification is also an excellent solution.

All you need to do is to set the flags for background position updates in the app plist. Then, in the callback methods for the location manager, perform the distance and/or location tracking logging and fire a local notification.

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