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

How to create keys that are synchronizable across devices #84

Closed biajoeknee closed 7 years ago

biajoeknee commented 7 years ago

It seems to ensure keys are synchronizable across devices, we have to set the kSecAttrSynchronizable option to kCFBooleanTrue. How can we access this option using your wrapper class?

jrendel commented 7 years ago

This is not something supported by this keychain wrapper.