iOS 7中重启后的后台位置服务

时间:2014-03-13 10:20:28

标签: ios7 background

我对能够连续检测用户位置的边界线iPhone应用感兴趣。 该应用程序将以企业模式交付(因此没有Apple批准)。

基本上它应该永远运行(通过位置服务开始结束停止重置backgroundTimeRemaining)。

我无法修复的问题是重新启动应用程序,重新启动应用程序,如果我声明了voip功能,系统似乎只给我3分钟,不管多少时间,尽管所有的解决方法。

所以实际上我想知道是否有人能够在iOS7上实现这种行为。

感谢您的进步,请在下面找到一些参考资料。

iPhone - Backgrounding to poll for events

to run app continuously in the background

Background Location Services not working in iOS 7

Start Location Manager in iOS 7 from background task

1 个答案:

答案 0 :(得分:0)

好的,我明白了。 音乐黑客是解决方案。

在接下来的180秒背景时间内,几秒钟(本地mp3)的静音播放重启了backgroundTimeRemaining计数器。

再见