Contents

noFileProtection

An option to not encrypt the file when writing it out.

Declaration

static var noFileProtection: NSData.WritingOptions { get }

Discussion

In this case, the system doesn’t store the file in an encrypted format and your app can access this file at boot time and while the device is unlocked.

See Also

Constants