I have already completed the sensor kit implementation process and have been approved by Apple to use SensorKit and got the entitlement also.https://developer.apple.com/documentation/sensorkit/srfetchrequestAccording to the documentation, I am requesting SRFetchRequest and starting recording for sensor reader, but I am unable to retrieve sensor data results. Is there anyone who knows how to get the sensor results?
How can I get all sensorKit results?
According to documentation 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. Did you wait for 24 hours at least?
Most important part is: A fetch request doesn’t return any results if its time range overlaps this holding period. Are you sure your time range doesn't overlap the holding period?
Hi nvavadiya, I was wondering how you went about using sensorkit? I am finding the guide provided by apple to be confusing. ANy advice?