在没有App Store的情况下将App分发到多个iPad [英] Distribute App to multiple iPads without App Store

查看:187
本文介绍了在没有App Store的情况下将App分发到多个iPad的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我已经为希望在多个iPad上运行该应用程序的客户端构建了一个应用程序.是否可以在不通过App Store分发的情况下执行此操作?我可以在Mac App Store中使用Apple Configurator还是可以通过Xcode Server进行分发?

I have built an app for a client that would like to run the app on multiple iPads. Is it possible to do this without distributing through the App Store? Can I use Apple Configurator from the Mac App Store or distribute through the Xcode Server?

推荐答案

  1. 只需转到Xcode并导出应用(产品->存档->导出),然后按照以下步骤保存.ipa文件即可.
  2. 创建一个名为app.plist的文件(请参阅).
  3. 使用以下内容创建index.html文件:

  1. Just go to Xcode and export the app (Product -> Archive -> Export), and follow the steps to save the .ipa file.
  2. Create a file named app.plist (see this).
  3. Create a index.html file with this content:

<a href="itms-services://?action=download-manifest&amp;url=https://www.example.com/app.plist">click this link to install</a>

将这三个文件上传到您的服务器(请注意,URL必须是HTTPS,而不是HTTP),然后单击链接应下载您的应用程序.

Upload these three files to your server (note that the URL must be HTTPS, not HTTP) and clicking on the link should download your app.

请注意,您必须在步骤1中选择一个分发代码签名身份和分发配置文件".此外,iPad的UDID必须包含在分发配置文件中.

Note that you must select a Distribution Code Signing Identity and Distribution Provisioning Profile in Step 1. Also, the UDID of the iPads need to be included in the distribution provisioning profile.

这篇关于在没有App Store的情况下将App分发到多个iPad的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆