I'm developing a navigation app which can run in the background. That's working fine thanks to setting UIAccelerometer
to location
. But I'd like to use the accelerometer too, to get some additional information about what the user is doing. However, while in the background, the UIAccelerometer
doesn't call its delegate.
Is there any way to get the current acceleration while being in the background?