Contents

completeUntilFirstUserAuthentication

An option that instructs the system to store the file in an encrypted format on-disk that your app can’t access until after the device boots.

Declaration

static let completeUntilFirstUserAuthentication: URLFileProtection

Discussion

After the user unlocks the device for the first time, your app can access the file and continue to access it even if the user subsequently locks the device.

See Also

Protection levels