Search code examples
iosbackgroundnavigationcore-motion

Receive DeviceMotion updates while phone in background


I have a navigation app that uses core motion to receive CMDeviceMotion updates. How can I continue to receive and process these updates if the phone has been put to sleep or is running in the background?


Solution

  • It looks like this automatically works by virtue of having the location update background mode turned on.