Open 0x1306a94 opened 2 years ago
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
Hey, did you try to just disable the iOS cloud sync for your local on
Device A
viaKeychainSwift
?let keychain = KeychainSwift() keychain.synchronizable = false
https://github.com/evgenyneu/keychain-swift#synchronizing-keychain-items-with-other-devices
@matthiastz
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