Will Core Motion framework work while the app is in the background?

link|improve this question
Did you ever find a satisfying answer? – hanno Feb 21 at 15:42
I already saw some pedometers getting the data of core motion after returning from background mode. so there should be a way to keep receiving data via 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
feedback

1 Answer

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.

link|improve this answer
Yeah I know. I just want the events, nothing to do with the UI. – Plato Feb 7 '11 at 23:18
Imagine that pedometers would like to work in the background – AlexeyVMP Jan 11 at 11:37
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.