IPA文件提取

时间:2017-04-26 06:11:44

标签: ios objective-c

如何从项目中提取IPA文件以在真实设备上运行它以检查功能。
我通过产品文件夹解压缩并压缩它但是在iPhone中显示错误此文件不能跑。

3 个答案:

答案 0 :(得分:1)

要在真实设备上测试应用,您必须拥有该应用的开发和自定义配置文件。

要了解如何创建证书和配置文件,您可以查看以下链接:App id, certificates and provisioning profile

然后将配置文件设置为您的应用目标。如果到目前为止一切正常,则通过选择产品创建存档 - >在Xcode中存档并按照步骤操作。在此过程中打开“管理器”窗口时,点击“导出”,出现在窗口右侧以提取IPA文件。

答案 1 :(得分:1)

To test your app on real device you need a developer account,once you got a developer account just go to general on project target and enable automatic signing,it will create automatic provisional profile and certificate for you.i will let you know the steps below.

 1)Get developer account with 99 dollars per annum.

 2)Import your developer account by selecting Xcode->Preferences->Accounts and add your account by entering account name and password.

 3)Now goto general and enable automatic signing,it will register your device and create provisional profile with certificate automatically.

4)Clean build and run your project with your device by connecting to Xcode.

Enjoy..... 

答案 2 :(得分:0)

你需要扭转工作。

1。您需要将.ipa扩展名更改为.zip

2。现在,您可以观看.app文件,现在将此文件从 Windows>拖到您的设备设备

创建ipa的另一种方式

如果您想使用此ipa文件,则需要按以下方式创建ipa:

  
      
  1. 添加必要的配置文件并调整构建设置。
  2.   
  3. 将设备设置为运行应用程序的目标。
  4.   
  5. 构建产品。
  6.   
  7. 转到Products-> yourAppName.app。右键单击并在finder中显示。
  8.   
  9. 拖动&删除itunes配置文件和二进制文件。
  10.   
  11. 在iTunes中选择应用,然后右键单击以在Finder中显示。在那里你可以获得.ipa文件。
  12.