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.
我正在开发一个应用程序。当我在 iphone 中安装我的应用程序时,如果我将 iphone 连接到 PC,那么我的所有应用程序数据都将从 iExplorer 访问。有没有机会在 iExplorer 中隐藏我的应用程序?
使用正确的工具,您的应用程序数据将始终对用户可见。您不应该浪费任何精力试图混淆或隐藏它。
如果您希望对某些文件显式启用加密,您可以查看 iOS SDK 中提供的数据保护 API。这将在他们的手机或设备被盗的情况下保护用户文件。但是,用户必须设置密码才能使用。