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.
我正在寻找以下发展中问题的解决方案:
我们正在开发一个基于室内定位系统的ios(iPhone,ios 8)应用程序,我们找到了IndoorAtlas地磁解决方案。非常好,但我不知道,如果用户退出应用程序或将应用程序置于后台,如何解决继续在后台运行 IndoorAtlas?非常感谢!!
这在正常应用中是不可能的。只有特定类型的应用程序可以在后台执行代码,即使是那些也只是被应用程序类型的相关回调唤醒。
https://developer.apple.com/library/ios/documentation/iPhone/Conceptual/iPhoneOSProgrammingGuide/BackgroundExecution/BackgroundExecution.html
在您的情况下,位置背景模式可以工作。