You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Host app may change the default data protection class by setting a com.apple.developer.default-data-protection entitlement - docs
SDK will probably inherit this protection level, so we'll need to be explicit in setting NSURLFileProtectionCompleteUntilFirstUserAuthentication in FileUtils - discussion
Validated by creating a sample app with Data Protection entitlement NSFileProtectionComplete
The text was updated successfully, but these errors were encountered:
Description
This relates to #213 as well
Host app may change the default data protection class by setting a
com.apple.developer.default-data-protection
entitlement - docsSDK will probably inherit this protection level, so we'll need to be explicit in setting
NSURLFileProtectionCompleteUntilFirstUserAuthentication
in FileUtils - discussionNSFileProtectionComplete
The text was updated successfully, but these errors were encountered: