简体   繁体   English

如何从Web Link将.ipa文件安装到iPhone?

[英]How to Install .ipa file to iPhone from Web Link?

I have created one enterPrise App. 我已经创建了一个enterPrise应用。 And I followed the steps form the below link . 然后我按照以下链接的步骤进行操作。

I also gave correct paths for Manifest file also. 我还为清单文件提供了正确的路径。

After exporting App to the Server, If I use that link to install that .ipa file to my iPhone, 将App导出到服务器后,如果我使用该链接将该.ipa文件安装到iPhone,

It's showing like the Below image. 就像下面的图像一样显示。

How to install that .ipa file to iPhone without using third party tools or itunes connect? 如何在不使用第三方工具或iTunes Connect的情况下将该.ipa文件安装到iPhone?

Image showing like this while click on .ipa file link 单击.ipa文件链接时的图像显示如下 单击.ipa文件链接时的图像显示如下

You just need to enable the over the air installation while creating ipa file. 您只需在创建ipa文件时启用无线安装

Check attached screen shots, it will help you more. 检查所附的屏幕截图,它将为您提供更多帮助。 在此处输入图片说明

You can provide your ipa, small icon and big icon url in second steps. 您可以在第二步中提供您的ipa,小图标和大图标url。

在此处输入图片说明

Once you are done with this steps, you will get manifest.plist and YOUR_NAME.ipa . 完成此步骤后,您将获得manifest.plistYOUR_NAME.ipa

Now you are ready to upload application. 现在您可以上传应用程序了。 You can put both file on url which you enter in second steps. 您可以将两个文件都放在您在第二步中输入的网址上。 Then create one html file and write below code on button click: 然后创建一个html文件,并在单击按钮时编写以下代码:

<a href="itms-services://?action=download-manifest&url=YOUR_MANIFEST_PATH/manifest.plist">Tap Here to Install<br />APPNAME<br />INSTALLED</a>

Open html url in your device and installed application. 在您的设备和已安装的应用程序中打开html url。

Best way to upload ipa and manifest is DROPBOX . 上载ipa和清单的最佳方法是DROPBOX You can upload both on dropbox Public folder and then you can get link and use it. 您可以将它们都上传到Dropbox的“ 公共”文件夹中,然后可以获取链接并使用它。 Cheers... 干杯...

First of all, you should have the enterprise dev account. 首先,您应该具有企业开发人员帐户。 And when you archive, export enterprise ipa. 存档时,导出企业IPA。 The following steps are how I deploy my enterprise ipa package. 以下步骤是我如何部署企业ipa软件包的步骤。 There are some files you should provide, and all put on the server which is support https. 您应该提供一些文件,所有文件都放在支持https的服务器上。 1. appIcon size of 512x512 2. appIcon size of 57x57 3. ipa package 4. a manifest.plist. 1. appIcon大小为512x512 2. appIcon大小为57x57 3. ipa程序包4. manifest.plist。 In the plist file you should set the software-package to where the ipa address in the server, display-image(icon 57x57) and full-size-image(icon 512x512). 在plist文件中,您应该将软件包设置为服务器中IP地址的位置,即display-image(icon 57x57)和full-size-image(icon 512x512)。

When all the files have done, you can download the ipa in the safari use the URL: itms-services://?action=download-manifest&url= https://yourserveraddress/manifest.plist 完成所有文件后,您可以使用以下网址在野生动物园中下载ipa:itms-services://?action = download-manifest&url = https://您的服务器地址/manifest.plist

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM