Skip to content
New issue

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

feature: Support iCloud Keychain #52

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

evandelaney
Copy link

This code change adds support for kSecAttrSynchronizable, which is iCloud Keychain syncing.

I'm not sure if you want to treat this the same way you've handled kSecAttrAccessGroup or if there's another design you had in mind. The reason I call this out is because kSecAttrAynchronizable allows for three values when querying: true (kCFBooleanTrue), false (kCFBooleanFalse), and kSecAttrSynchronizableAny (meaning "either").

Supporting iCloud Keychain in KVault helps my migration from a fully native iOS app to KMM. Furthermore, iCloud Keychain is a nice end user feature that preserves keychain items as users upgrade devices or pick up multiple devices.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant