Can I use SensorKit for end user notifications and not just for research?

I am working on an application that monitors driving pattern of users. It intents to give distraction alerts and warnings.

I saw SensorKit with a lot of supporting features but it has been stated for research purpose alone. Can I use it if my app is being used for end user notifications and not just for research?

Thanks in advance.

  • I doubt Apple would provide SensorKit entitlements outside of a research study. And one thing that is not very apparent is that the data provided via SensorKit is only available at least 24 hours after it was recorded. You may be able to gather some real time data such as raw accelerometer/gyroscope data and semi-processed data about likely activity (driving, cycling, walking) via the CoreMotion framework.

Add a Comment