Does SensorKit allow passive monitoring?

Dear all

I need to know if the new SensorKit framework allows to do a passive monitor. I mean, the construction of an app that runs in background as a service to read the available sensor data.

best regards

Yes, it allows passive collection. In fact your app doesn't need to run in background at all, it can be killed. As stated in documentation system keeps 7 days of data for you. Data older than 7 days are deleted. Also SensorKit places a 24-hour holding period on newly recorded data before an app can access it. This gives the user an opportunity to delete any data they don’t want to share with the app.

Does SensorKit allow passive monitoring?
 
 
Q