可以在后台运行iPhone的加速度计吗?

new*_*bie 12 iphone accelerometer

我想使用iPhone的加速度计来获取加速度计值的日志文件(可能是24小时).在其他应用程序运行时,是否可以让加速度计在后台运行?

sou*_*ael 13

如果您的应用程序因其他原因被允许在后台运行,您现在就可以执行此操作.请在此处查看Core Motion API的startAccelerometerUpdatesToQueue:withHandler:方法.


And*_*son 4

不,事实并非如此。除了在后台运行音乐应用程序外,您基本上无法运行任何其他程序。

不过,您可以在手机暂停时运行加速度计。

请参阅此博客了解如何操作:http://marcopeluso.com/2009/08/23/how-to-prevent-iphone-from-deep-sleeping/

我在我的 GPS 记录应用程序中使用了这种技术。