本文介绍了将NSDictionary存储在钥匙串中的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

可以使用 KeychainItemWrapper iPhone 钥匙串中存储 NSDictionary / code>(或没有)?
如果不可能,你有另一个解决方案吗?

It is possible to store a NSDictionary in the iPhone keychain, using KeychainItemWrapper (or without)?If it's not possible, have you another solution?

推荐答案

编码: [dic description ]

解码: [dic propertyList]

这篇关于将NSDictionary存储在钥匙串中的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-19 00:42