You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
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
The text was updated successfully, but these errors were encountered: