Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions sdk/unity/onboard/recovering-sessions.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ On iOS, we leverage the [iOS Keychain](https://developer.apple.com/documentation

On MacOS, we leverage the [MacOS Keychain](https://developer.apple.com/documentation/security/keychain_services?language=objc).

<Tip>You may encounter signing issues with the secure storage bundle on MacOS when building and running your MacOS app. In this case, it is recommended to rebuild the `KeychainAccess.mm` and replace the `.bundle`. Please see our note in GitHub: https://github.com/0xsequence/sequence-unity/blob/master/Packages/Sequence-Unity/Plugins/MacOS/KeychainAccess.mm</Tip>

## Windows

On Windows PCs, we leverage the [Crypto: Next Generation - Data Protection API (CNG DPAPI)](https://learn.microsoft.com/en-us/windows/win32/seccng/cng-dpapi)
Expand Down Expand Up @@ -93,6 +91,7 @@ unityStreamingAssets=**STREAMING_ASSETS**

android.enableR8=**MINIFY_WITH_R_EIGHT**
```
<Tip>Depending on your project configuration, `

## Editor

Expand Down