KeychainAccess icon indicating copy to clipboard operation
KeychainAccess copied to clipboard

.synchronizable(true) item doesn't return in Keychain.allItems(.genericPassword)

Open Gurbo opened this issue 3 years ago • 0 comments

If I save items with .synchronizable(false) and then get all items with Keychain.allItems(.genericPassword) - the returned results are valid.

Next I save an item with .synchronizable(true) and then get all items with Keychain.allItems(.genericPassword) - it returns only items, which were saved with .synchronizable(false). (but this item appear in iCloud Keychain as well).

Any ideas? @kishikawakatsumi

Gurbo avatar Jul 07 '21 14:07 Gurbo