We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Device A
kSecAttrAccessible = kSecAttrAccessibleAlwaysThisDeviceOnly kSecAttrSynchronizable = kSecAttrSynchronizableAny
Device B
The text was updated successfully, but these errors were encountered:
Hey, did you try to just disable the iOS cloud sync for your local on Device A via KeychainSwift?
KeychainSwift
let keychain = KeychainSwift() keychain.synchronizable = false
https://github.com/evgenyneu/keychain-swift#synchronizing-keychain-items-with-other-devices
Sorry, something went wrong.
Hey, did you try to just disable the iOS cloud sync for your local on Device A via KeychainSwift? let keychain = KeychainSwift() keychain.synchronizable = false https://github.com/evgenyneu/keychain-swift#synchronizing-keychain-items-with-other-devices
@matthiastz
No branches or pull requests
Device A
creates a token write through the following optionsDevice A
creates an iCloud backupDevice B
erases or reflashes the firmwareDevice B
selects the iCloud backup created byDevice A
to restoreDevice B
is completed, the application can read the token written byDevice A
The text was updated successfully, but these errors were encountered: