objective-c - iOS设备上的钥匙串(keychain)可以保存与NSString不同的东西吗?
<p><p>我想将数组/对象保存到钥匙串(keychain)中,但钥匙串(keychain)似乎只支持 <code>NSString</code>。以前有人尝试过这样做吗?谢谢!</p></p>
<br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
<p><p>钥匙串(keychain)可以保存任何遵守 NSCoding 的东西</p>
<p>见 <a href="http://useyourloaf.com/blog/2010/3/29/simple-iphone-keychain-access.html" rel="noreferrer noopener nofollow">this</a>可以作为起点的类(class)的博客。</p></p>
<p style="font-size: 20px;">关于objective-c - iOS设备上的钥匙串(keychain)可以保存与NSString不同的东西吗?,我们在Stack Overflow上找到一个类似的问题:
<a href="https://stackoverflow.com/questions/9723893/" rel="noreferrer noopener nofollow" style="color: red;">
https://stackoverflow.com/questions/9723893/
</a>
</p>
页:
[1]