What is the SecureStore.setItemAsync kSecAttrAccessible default for iOS?

The docs describe setting kSecAttrAccessible, but it doesn’t mention what the default value is. Are values stored in SecureStore backed up via iTunes or iCloud?

Hi @appjitsu, it looks to be kSecAttrAccessibleWhenUnlocked (Apple Developer Documentation)

Code here:
https://github.com/expo/expo/blob/98ed11ef2e9848c8ff8c7e0432117f9835b22dcf/ios/Exponent/Versioned/Core/Api/EXSecureStore.m#L162

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.