Apple uses a system named File Data Protection to protect the app-data in the directories "documents/“ und „library/“. There are four types von file-protection:
NSFileProtectionComplete,
NSFileProtectionCompleteUnlessOpen,
NSFileProtectionCompleteUntilFirstUserAuthentication and
NSFileProtectionNone.
Is there a way to set the file protection by code?
Thanks for answer!
NSFileProtectionComplete,
NSFileProtectionCompleteUnlessOpen,
NSFileProtectionCompleteUntilFirstUserAuthentication and
NSFileProtectionNone.
Is there a way to set the file protection by code?
Thanks for answer!