go-keychain
go-keychain copied to clipboard
Does SynchronizableYes work?
I have followed the same example on the readme, this time changing the line:
item.SetSynchronizable(keychain.SynchronizableYes)
And the item is not even added to the keychain. Is there a way to set this flag to yes? I also see SynchronizableAny does that work for Set, or is it only for Get? Thanks.