There is a description on this document https://developer.apple.com/documentation/sensorkit/srfetchrequest
”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. A fetch request doesn’t return any results if its time range overlaps this holding period.
“
Does that mean I can't get real-time data from the sensors
Selecting any option will automatically load the page
Post
Replies
Boosts
Views
Created
privacySensitive() doesn't work.
This is my code:
VStack {
Text("Card number")
.font(.headline)
Text("123 456 789")
.font(.headline)
.privacySensitive()
}
}
Simulator Version:
Version 13.0 (969)
SimulatorKit 612
CoreSimulator 775
Xcode version:
Version 13.0 beta 4 (13A5201i)