3

我目前正在开发一个包含应用程序购买的 ios 应用程序。目前,我将购买的产品标识符存储在 Documents 文件夹中的文件中。我假设该目录对用户不可用,但我被告知某些 pc 应用程序能够访问该目录。

有没有人建议将数据安全地存储在设备上?

4

2 回答 2

1

我建议你看看这个帖子:

http://maniacdev.com/2011/12/tutorial-securing-ios-app-data-using-the-data-protection-api-keychain-and-cryptography/

这是一个分为两部分的教程,带有实际示例。

问候,

法比奥@fcerullo

于 2013-04-25T13:15:51.603 回答
1

您需要使用钥匙串来存储安全数据。

http://dev-metal.blogspot.co.il/2010/08/howto-use-keychain-in-iphone-sdk-to.html

于 2013-04-24T14:55:30.010 回答