iPhone:当应用程序在后台时找出我在哪里
我可以获取 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是的,这是可能的。本地通知也是一个很好的解决方案。
您需要做的就是在应用程序 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.