Will Core Motion framework work while the app is in the background?
|
feedback
|
|
You can't work on the UI in the background. You should not do this, the GPU is not used when your app is in background. | |||||
|
feedback
|
startAccelerometerUpdatesToQueue. For me it works a few seconds/minutes after i put the app to background but after some time it stops. maybe you have to use one of the background modes (audio, location, voip) to keep the app "alive". – Hannes Mar 3 at 22:24