jrendel / SwiftKeychainWrapper

A simple wrapper for the iOS Keychain to allow you to use it in a similar fashion to User Defaults. Written in Swift.
MIT License
1.59k stars 339 forks source link

isSynchronizable is added to all of the public getters and setters, a… #154

Closed Kaloian92 closed 3 years ago

Kaloian92 commented 3 years ago

isSynchronizable is added to all of the public getters and setters, and makes it possible to make the object, that you add to the keychain, to be synched with the iCloud

Kaloian92 commented 3 years ago

In my app I needed one data object that I saved in the keychain to be synched with the iCloud, so when our users changes their devices (buys new ones, and than migrate their apps via iCloudBackup), this data would be on all of the devices