如何获得.ipa文件路径

sim*_*com 6 objective-c ios ipa

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

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

Nee*_*enu 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
Run Code Online (Sandbox Code Playgroud)