如何获得.ipa文件路径

时间:2015-04-20 08:19:10

标签: ios objective-c ipa

我的应用程序包含敏感数据,所以我想为.ipa文件生成哈希键,是否可以这样做?如何获取.ipa文件路径来生成密钥。

我已经为内部.app文件做了几个文件。

2 个答案:

答案 0 :(得分:7)

在iPhone中

如果您使用install0us位置

<强> /var/Mobile/Library/Downloads/

如果您通过iTunes转移购物,没有ipa文件被复制到iPhone上,它们会被安装到**/Applications/ or /var/mobile/Library/Applications in the form of "Application.app"**

另外,Mac OS中的.ipa文件位置

1- Launch iTunes
2- Under Library menu, click on [Apps] menu.
3- The iTunes will display all installed app
4- Right-click on one of those apps
5- Then click “Show in Finder” option
Alternative way to do that is, by simply open the directory of .ipa files stored by using this path:
User/Music/iTunes/Mobile Applications

答案 1 :(得分:3)

Windows中的.ipa文件位置

 - Launch iTunes
 - Under Library menu, click on [Apps] menu.
 - The iTunes will display all installed app
 - Right-click on one of those apps
 - Then click “Show in Windows Explorer” option
 - A Windows Explorer will be opened navigating directly to the path of .ipa files.

或者,

 you can simply open a Windows Explorer and type this path in the address bar: C:\Users\User\Music\iTunes\iTunes Media\Mobile Applications`

Mac OS中的.ipa文件位置

 -  Launch iTunes
 -  Under Library menu, click on [Apps] menu.
 -  The iTunes will display all installed app
 -  Right-click on one of those apps
 -  Then click “Show in Finder” option

替代

way to do that is, by simply open the directory of .ipa files stored by using this path: User/Music/iTunes/Mobile Applications

Reference