English 中文(简体)
如何向100多个设备分发私人节目? [闭门]
原标题:How distribute private program to more than 100 devices? [closed]
  • 时间:2011-05-06 20:45:19
  •  标签:
  • xcode
  • ios

这个问题似乎并不涉及在help Center中界定的范围之内的方案规划。

Closed 6 years ago.

我在一个大公司工作,我们有企业。 我建造了一个私人企业,并成功地以临时方式分配企业。 因此,我可以向100个没有储存的装置交付该方案。

但有人对我说,我可以向一定数量的电话提供,而不用使用 app。 是否可能?

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

最佳回答

有了企业账户或没有企业账户,作为SOS开发商,你可以通过海关网页无线分发。

例:

100个装置限制只影响定期开发商账户。

问题回答

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

是的。 企业开发商方案的总体要点是,它允许大型组织在无需通过寄售处的情况下分发内部电器。 你可以分发的仪器数量有限。 然而,你应仔细阅读企业方案许可证——我认为,它含有以下条件,即你只允许在贵组织内分发。 也就是说,你可以获得企业许可,然后开始公开分发你的遗嘱。





相关问题
How to change out-of-focus text selection color in Xcode?

Okay, I ll bite. I ve got really pleasant code/window colors set up in Xcode. Ordinarily, my selection color is very visible. When I am doing a project search and iterating through the results, ...

Iphone NSTimer Issue

Hi I am new to objective c. I am trying to make an app for iphone. I have a button on my view, and the click on which the function playSound is called. This is working properly. It does plays the ...

Include a .txt file in a .h in C++?

I have a number of places where I need to re-use some template code. Many classes need these items In a .h could I do something like: #include <xxx.txt> and place all of this code in the ....

Iterating over string/strlen with umlauted characters

This is a follow-up to my previous question . I succeeded in implementing the algorithm for checking umlauted characters. The next problem comes from iterating over all characters in a string. I do ...

Xcode open two editor windows with same file

Is it possible to open the same file in two separate windows in Xcode. I can open a file in one window and the same file in the main Xcode editor window, but I wanted two separate fulltime editor ...

Forcing code signing refresh in Xcode

In our environment, we share resources across multiple projects and platforms. When building for iPhone, only a subset of those resources are needed. Since that subset is still considerable, we have ...

热门标签