web-dev-qa-db-ja.com

.ipaファイルのパスを取得する方法

アプリケーションに機密データが含まれているため、.ipaファイルのハッシュキーを生成したいのですが、可能ですか? .ipaファイルパスを取得してキーを生成する方法。

私はすでに.appファイルの中にいくつかのファイルを作成しました。

6
simbesi.com

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

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

参考

3
Yuyutsu