开始使用iCloud Keychain代替本地钥匙串问题

时间:2013-11-25 09:59:43

标签: ios keychain

我用过钥匙扣。而现在,我正试图通过iCloud钥匙串同步它。

我有一个例外

result = SecItemUpdate((__bridge CFDictionaryRef)updateItem, (__bridge CFDictionaryRef)tempCheck);
NSAssert( result == noErr, @"Couldn't update the Keychain Item." );

我添加

之后
[genericPasswordQuery setObject:(__bridge id)kCFBooleanTrue forKey:(__bridge id)kSecAttrSynchronizable];

到我的keychainWrapper init方法。

问题:

  1. 我想念什么?

  2. 如果iCloud Keychain可用,我如何检查?

0 个答案:

没有答案