-
Notifications
You must be signed in to change notification settings - Fork 30
Open
Description
Recently, after upgrade to iOS 10. I am getting -34018 error when creating keychain item, which make keychainItemData can't be read in second time
Here is the response,
"2016-11-21 11:28:49.348 AppTest8[9204:75572] error creating keychain item: -34018
[DEBUG] : 2016-11-21 11:28:49.349 AppTest8[9204:75572] keychainItemData: {
[DEBUG] : acct = "";
[DEBUG] : desc = "";
[DEBUG] : gena = testing;
[DEBUG] : icmt = "";
[DEBUG] : labl = "";
[DEBUG] : svce = "com.obscure.keychain";
[DEBUG] : "v_Data" = "hello world";
[DEBUG] : }"
But if I read keychainItem.valueData for second time, it became empty.
Metadata
Metadata
Assignees
Labels
No labels