简体   繁体   English

在内部分发企业应用程序

[英]Distribute Enterprise app in house

I built an app for a company, then they bought an Enterprise license and are now ready to distribute the app. 我为一家公司构建了一个应用程序,然后他们购买了一个Enterprise许可证,现在可以分发应用程序。 I have been following this article: Distributing Your Application In-House I have successfully created the .ipa file, but then it just says "Distribute the iOS App file using MDM." 我一直在关注这篇文章: 在内部分发你的应用程序我已经成功创建了.ipa文件,但它只是说“使用MDM分发iOS应用程序文件”。 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 which uses terms like "MDM Vendor". 我发现了这样的文章: 添加使用“MDM Vendor”等术语的MDM服务器 What the heck is an MDM Vendor? 什么是MDM供应商? Surely the Apple Enterprise program comes with a method to distribute an app without having to buy 3rd party software, no? 当然,Apple Enterprise程序附带了一种分发应用程序的方法,而无需购买第三方软件,不是吗? Is there any kind of tutorial out there that can tell me step-by-step instructions for how to distribute this app in layman's terms that I can understand? 是否有任何类型的教程可以告诉我如何以外行的方式分发这个应用程序的逐步说明,我能理解? Thanks. 谢谢。

You can distribute your Enterprise app without MDM. 您可以在不使用MDM的情况下分发企业应用。 The way it works is basically you upload the .ipa file and a manifest .plist file to a website somewhere. 它的工作方式基本上是将.ipa文件和清单.plist文件上传到某个网站。 Then you just put a hyperlink that connects to the .plist file. 然后你只需要一个连接到.plist文件的超链接。 The end user uses a browser on their device, taps the link, and it installs the app on their device automatically. 最终用户在其设备上使用浏览器,点击链接,然后自动在其设备上安装应用程序。 An easy-to-follow tutorial can be found here . 一个易于遵循的教程,可以发现在这里 The only problem is that the tutorial uses an older version of xcode that generates the .plist file for you. 唯一的问题是本教程使用旧版本的xcode为您生成.plist文件。 Xcode 6 will not generate the .plist file, but you can find a sample file here . Xcode 6不会生成.plist文件,但您可以在此处找到示例文件。 Just replace the URL of the .ipa file, the bundle identifier, bundle version, and title with your own values. 只需使用您自己的值替换.ipa文件的URL,包标识符,包版本和标题。

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

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