Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我目前正在开发一个包含应用程序购买的 ios 应用程序。目前,我将购买的产品标识符存储在 Documents 文件夹中的文件中。我假设该目录对用户不可用,但我被告知某些 pc 应用程序能够访问该目录。
有没有人建议将数据安全地存储在设备上?
我建议你看看这个帖子:
http://maniacdev.com/2011/12/tutorial-securing-ios-app-data-using-the-data-protection-api-keychain-and-cryptography/
这是一个分为两部分的教程,带有实际示例。
问候,
法比奥@fcerullo
您需要使用钥匙串来存储安全数据。
http://dev-metal.blogspot.co.il/2010/08/howto-use-keychain-in-iphone-sdk-to.html