I used a keychain. And now I'm trying to sync it using iCloud keychain.
I got an exception
result = SecItemUpdate((__bridge CFDictionaryRef)updateItem, (__bridge CFDictionaryRef)tempCheck); NSAssert( result == noErr, @"Couldn't update the Keychain Item." );
after adding
[genericPasswordQuery setObject:(__bridge id)kCFBooleanTrue forKey:(__bridge id)kSecAttrSynchronizable]
to my keychainWrapper initialization method.
Questions:
ios keychain
Vov4yk
source share