在内部分发企业应用程序

Distribute Enterprise app in house

我为一家公司构建了一个应用程序,然后他们购买了企业许可证,现在准备分发该应用程序。我一直在关注这篇文章:Distributing Your Application In-House I have successfully created the .ipa file, but then it just says "Distribute the iOS App file using MDM." with no link or any explanation of what that means. Further research is just making me more confused. I've found articles like this: Add MDM servers,其中使用了像 "MDM Vendor" 这样的术语。 MDM 供应商到底是什么?当然,Apple Enterprise 程序附带了一种无需购买第 3 方软件即可分发应用程序的方法,不是吗?是否有任何类型的教程可以告诉我如何以我能理解的外行术语分发此应用程序的分步说明?谢谢

您可以在没有 MDM 的情况下分发您的企业应用程序。它的工作方式基本上是将 .ipa 文件和清单 .plist 文件上传到某处的网站。然后你只需放置一个连接到 .plist 文件的 hyperlink 。最终用户在他们的设备上使用浏览器,点击 link,它会自动在他们的设备上安装应用程序。可以找到 easy-to-follow 教程 here. The only problem is that the tutorial uses an older version of xcode that generates the .plist file for you. Xcode 6 will not generate the .plist file, but you can find a sample file here。只需将 .ipa 文件的 URL、包标识符、包版本和标题替换为您自己的值即可。