In the background, CoreMotion activity tracking

Is it possible to use the capabilities of CoreMotion M7 to track user activity in the background and based on the received events to start / stop services, such as: location, bluetooth?

I know that the reverse operation is possible. For example, using location tracking in the background allows me to use the CoreMotion API to call its handlers in the background.

Instead, I want to optimize battery consumption by running an event database on the activity being monitored from the background.

+3
source share

All Articles