keychainwrapper可接受的字符

时间:2012-02-23 20:30:57

标签: objective-c ios keychain

我正在使用Apple提供的KeychainItemWrapper类,每次我尝试使用包含空格或连字符的标识符初始化钥匙串对象时,在尝试添加到钥匙串时会出错。

 *** Assertion failure in -[KeychainItemWrapper writeToKeychain], 
 *** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'Couldn't add the Keychain Item.'

有谁知道这是否是预期的行为?如果是这样,你知道KeychainItemWrapper标识符可以接受哪些字符,哪些不是?

谢谢!

0 个答案:

没有答案