evgenyneu / keychain-swift

Helper functions for saving text in Keychain securely for iOS, OS X, tvOS and watchOS.
MIT License
2.82k stars 345 forks source link

Is MacOS Sync Still Not Working #125

Open ravelasquez99 opened 4 years ago

ravelasquez99 commented 4 years ago

In the readme it says that you could not get MacOS Sync to work. Is that still the case?

evgenyneu commented 4 years ago

Good question, @ravelasquez99. No idea, I have not checked it in the last two MacOS releases.

ravelasquez99 commented 4 years ago

What's the easiest way to test?

evgenyneu commented 4 years ago

Firstly, set

keychain.synchronizable = true

Then, write to keychain on one Mac, read the same key from another Mac and see if you get something.

More info here. Let me know how it goes. :)