Skip to content

Commit

Permalink
[docs][ios] securestore data persists across installs (#6820)
Browse files Browse the repository at this point in the history
* [docs][ios] securestore data persists across installs

* v36

* v34

* v35
  • Loading branch information
cruzach committed Jan 21, 2020
1 parent a20ecb5 commit 9bd8ef7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/pages/versions/unversioned/sdk/securestore.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: SecureStore
sourceCodeUrl: 'https://github.com/expo/expo/tree/sdk-36/packages/expo-secure-store'
---

**`expo-secure-store`** provides a way to encrypt and securely store key–value pairs locally on the device. Each Expo project has a separate storage system and has no access to the storage of other Expo projects.
**`expo-secure-store`** provides a way to encrypt and securely store key–value pairs locally on the device. Each Expo project has a separate storage system and has no access to the storage of other Expo projects. **Please note** that for iOS standalone apps, data stored with `expo-secure-store` can persist across app installs.

iOS: Values are stored using the [keychain services](https://developer.apple.com/documentation/security/keychain_services) as `kSecClassGenericPassword`. iOS has the additional option of being able to set the value's `kSecAttrAccessible` attribute, which controls when the value is available to be fetched.

Expand Down
2 changes: 1 addition & 1 deletion docs/pages/versions/v34.0.0/sdk/securestore.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: SecureStore
sourceCodeUrl: "https://github.com/expo/expo/tree/sdk-34/packages/expo-secure-store"
---

Provides a way to encrypt and securely store key–value pairs locally on the device. Each Expo project has a separate storage system and has no access to the storage of other Expo projects.
Provides a way to encrypt and securely store key–value pairs locally on the device. Each Expo project has a separate storage system and has no access to the storage of other Expo projects. **Please note** that for iOS standalone apps, data stored with `expo-secure-store` can persist across app installs.

iOS: Values are stored using the [keychain services](https://developer.apple.com/documentation/security/keychain_services) as `kSecClassGenericPassword`. iOS has the additional option of being able to set the value's `kSecAttrAccessible` attribute, which controls when the value is available to be fetched.

Expand Down
2 changes: 1 addition & 1 deletion docs/pages/versions/v35.0.0/sdk/securestore.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: SecureStore
sourceCodeUrl: "https://github.com/expo/expo/tree/sdk-35/packages/expo-secure-store"
---

Provides a way to encrypt and securely store key–value pairs locally on the device. Each Expo project has a separate storage system and has no access to the storage of other Expo projects.
Provides a way to encrypt and securely store key–value pairs locally on the device. Each Expo project has a separate storage system and has no access to the storage of other Expo projects. **Please note** that for iOS standalone apps, data stored with `expo-secure-store` can persist across app installs.

iOS: Values are stored using the [keychain services](https://developer.apple.com/documentation/security/keychain_services) as `kSecClassGenericPassword`. iOS has the additional option of being able to set the value's `kSecAttrAccessible` attribute, which controls when the value is available to be fetched.

Expand Down
2 changes: 1 addition & 1 deletion docs/pages/versions/v36.0.0/sdk/securestore.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: SecureStore
sourceCodeUrl: 'https://github.com/expo/expo/tree/sdk-36/packages/expo-secure-store'
---

**`expo-secure-store`** provides a way to encrypt and securely store key–value pairs locally on the device. Each Expo project has a separate storage system and has no access to the storage of other Expo projects.
**`expo-secure-store`** provides a way to encrypt and securely store key–value pairs locally on the device. Each Expo project has a separate storage system and has no access to the storage of other Expo projects. **Please note** that for iOS standalone apps, data stored with `expo-secure-store` can persist across app installs.

iOS: Values are stored using the [keychain services](https://developer.apple.com/documentation/security/keychain_services) as `kSecClassGenericPassword`. iOS has the additional option of being able to set the value's `kSecAttrAccessible` attribute, which controls when the value is available to be fetched.

Expand Down

0 comments on commit 9bd8ef7

Please sign in to comment.