Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
嘿,所以我很好奇手机的应用程序开发,以及是否有可能创建一个跟踪用户位置的应用程序,即使该应用程序当前在手机上未处于活动状态。(通过活动我的意思是用户已经打开它)。我对 iphone 做了一些初步调查,看起来你可以订阅“区域更改”,但不能订阅实际位置。
谢谢
是的,对于 iPhone,这是您在应用程序处于后台状态时可以执行的特定操作之一 - 请参阅 Apple 文档“ iOS 应用程序编程指南:应用程序状态和多任务处理”。