Closed biajoeknee closed 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?
kSecAttrSynchronizable
kCFBooleanTrue
This is not something supported by this keychain wrapper.
It seems to ensure keys are synchronizable across devices, we have to set the
kSecAttrSynchronizable
option tokCFBooleanTrue
. How can we access this option using your wrapper class?