提取IPA我正在访问资源文件夹中的sqlite文件和音频文件

时间:2012-10-23 12:10:25

标签: ios ios4

我正在保存ipa文件to.zip,当解压缩zip时,我正在获取应用程序文件,其中我看到了所有资源文件。我怎样才能确保这一切安全?

我的一些朋友告诉我,有人可以破解IPA并通过种子分发。

代码如下所示。任何人都可以帮助我吗?

NSBundle *bundle = [NSBundle mainBundle];
NSDictionary *info = [bundle infoDictionary];
if ([info objectForKey: @"SignerIdentity"] != nil)
{
/* do something */
}

0 个答案:

没有答案