Skip to content

Commit e23a982

Browse files
Remove unneeded troubleshooting tip as this error no longer occurs (#52)
1 parent fe184a2 commit e23a982

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

sdk/unity/onboard/recovering-sessions.mdx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@ On iOS, we leverage the [iOS Keychain](https://developer.apple.com/documentation
2121

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

24-
<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>
25-
2624
## Windows
2725

2826
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)
@@ -93,6 +91,7 @@ unityStreamingAssets=**STREAMING_ASSETS**
9391
9492
android.enableR8=**MINIFY_WITH_R_EIGHT**
9593
```
94+
<Tip>Depending on your project configuration, `
9695

9796
## Editor
9897

0 commit comments

Comments
 (0)