Post

Replies

Boosts

Views

Activity

SensorKit How do I get real-time data
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
0
0
763
Jun ’23
privacySensitive() doesn't work
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)
1
0
1.1k
Aug ’21