Contents

completeFileProtectionWhenUserInactive

An option to allow the file to be accessible after a user first unlocks the device.

Declaration

static var completeFileProtectionWhenUserInactive: NSData.WritingOptions { get }

Discussion

The app can read or write to the file while the device is unlocked, but while it’s booting up, the file has the protection equivalent to NSDataWritingFileProtectionComplete.

See Also

Constants