如何获取.ipa文件路径

How to get .ipa file path

我的应用程序包含敏感数据,所以我想为 .ipa 文件生成散列密钥,可以吗?如何获取 .ipa 文件路径以生成密钥。

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

.ipa 文件位置 Windows

 - 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`

.ipa 文件位置 Mac OS

 -  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

在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