xcode 如何将私有程序分发到 100 多台设备?

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/5916827/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-14 20:58:33  来源:igfitidea点击:

How distribute private program to more than 100 devices?

xcodeios

提问by Rodrigo

I work in a big company and we have the enterprise count. I build a private iPhone program and successful make a enterprise distribution with ad hoc. So I can delivery the program to 100 devices without the app Store.

我在一家大公司工作,我们拥有企业数量。我构建了一个私人 iPhone 程序并成功地制作了一个临时的企业发行版。所以我可以在没有应用商店的情况下将程序交付给 100 台设备。

But someone say to me that I can delivery to a infinite number of iphone without using the app store. Is it possible?

但是有人对我说,我可以不使用应用商店而向无限数量的iphone发送。是否可以?

If not, and if my program will be used to more than 100 iPhones, what can i do? What choice I have?

如果没有,如果我的程序将用于 100 多部 iPhone,我该怎么办?我有什么选择?

采纳答案by Lars Wiegman

With or without an enterprise account, as an iOS developer you can distribute your app wirelessly via a custom webpage.

无论是否有企业帐户,作为 iOS 开发人员,您都可以通过自定义网页以无线方式分发您的应用程序。

Example: http://paddle-battle.com/install/

示例:http: //paddle-battle.com/install/

The 100 device limit only affects regular developer accounts.

100 台设备限制仅影响常规开发者帐户。

回答by Caleb

But someone say to me that I can delivery to a infinite number of iphone without using the app store. Is it possible?

但是有人对我说,我可以不使用应用商店而向无限数量的iphone发送。是否可以?

Yes. The whole point of the enterprise developer program is that it lets large organizations distribute in-house apps without having to go through the App Store. You're not limited in the number of devices that you can distribute to. However, you should read the enterprise program license carefully -- I believe it contains terms that say, essentially, that you're only allowed to distribute within your organization. That is, you can't get an enterprise license and then start distributing your apps publicly.

是的。企业开发者计划的全部意义在于,它让大型组织无需通过 App Store 即可分发内部应用程序。您可以分发到的设备数量不受限制。但是,您应该仔细阅读企业程序许可证——我相信它包含的条款基本上是说您只能在您的组织内分发。也就是说,您无法获得企业许可,然后开始公开分发您的应用程序。