适用于 iOS 4.0 应用程序的 NSFileProtectionComplete
我看到了有关 NSFileProtectionComplete 和保护应用程序数据的 WWDC 2010 视频。
有没有什么例子?有人有示例代码可以分享吗?
I saw a WWDC 2010 video about NSFileProtectionComplete and protecting app's data.
Are there any examples out there? Does any one have sample code to share?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
请参阅 NSFileManager 类文档:
它基本上是单个文件的文件库。您只需在设置文件属性时传递常量即可。
。
http://developer.apple.com/ iphone/library/documentation/iPhone/Conceptual/iPhoneOSProgrammingGuide/StandardBehaviors/StandardBehaviors.html
See the NSFileManager class doc:
It's basically file vault for individual files. You just pass the constant when you set the file attributes.
.
http://developer.apple.com/iphone/library/documentation/iPhone/Conceptual/iPhoneOSProgrammingGuide/StandardBehaviors/StandardBehaviors.html