English 中文(简体)
我能否在未经审核的情况下分发任何装置的申请?
原标题:Can I distribute my App for any device without UDID?

I ve been searching stackoverflow, reading in the various blogs to get answer to my question "Can I distribute my app to someone, without getting his device UDID?"

The answers I found is all about "NO! You must have the list of UDIDs"

BUT, I ve people (private company) telling me that they used to install apps without giving their device UDIDs to developer. Developer used to send them .ipa file, they just drag&drop it in itunes, that s it! I m dizzy..

By which way they did it without UDIDs? (I m against jailbreak, it s not option)

Or, maybe they re lying?

最佳回答

“私人公司”。 cl。

www.un.org/Depts/DGACM/index_spanish.htm 投管器只能向已知的投放器(最多100)设备发放。 The s 100计划。 我们只能为向我们的100个装置分发粘合剂或送至 Apple果制作签名。 ([eta:] Or, now, for time-limited distribution to specific AppleIDs through the new Apple TestFlight)

还有一个网站: 企业开发商方案,一个300年计划,向企业开放(目前,任何有DUNS编号的企业;要求更为严格)。 企业开发商可以向仓库提交,但是,他们可以在不知情的情况下在任何装置上签字安装。

企业开发商合同包括一项协议,即不安装与组织或企业无关的仪器。 装置确实用 Apple果核实了签名证明,因此,如果你试图向公众出售企业寄出的电器, Apple果会通知并关闭你。 此外,企业提供情况说明每年到期,因此,必须用新的简介或提示器更新。

<>strong> [Edit to add, subsequently:] 第三项优选(实际上仅是第一种特征)是B-2-B Store.。 我们发现,这更适合大多数用户的情况,我们以前一直在为客户设立企业账户。 它的工作几乎与定期储存的分配相同,但 app头没有公用,只见到客户 Apple果清单,即:开发商在上载上注明。 这些客户必须用Apple Business Manager(免费)签字,然后可以“购买”他们希望的照相复制件,其形式是再制码,并分发到终端用户装置。

它非常lick。 观察WWDC视频。 B2B app可能给你带来任何费用,包括0美元。 下载和更新使用正常的储存机制。 如果客户uses Diamond Configurator提供设备,则可以通过装置而不是由AngID指定。 有一些限制,但是这些限制很苛刻。 高度建议。

问题回答

有几个服务可以向您提供,一个是





相关问题
List Contents of Directory in a UITableView

I am trying to list the contents of Ringtones directory in a TableView, however, I am only getting the last file in the directory in ALL cells, instead of file per cell. This is my code: - (...

iPhone NSUserDefaults persistance difficulty

In my app i have a bunch of data i store in the NSUserdefaults. This information consists of an NSObject (Object1) with NSStrings and NSNumbers and also 2 instances of yet another object (Object2). ...

Writing a masked image to disk as a PNG file

Basically I m downloading images off of a webserver and then caching them to the disk, but before I do so I want to mask them. I m using the masking code everyone seems to point at which can be found ...

Resize UIImage with aspect ratio?

I m using this code to resize an image on the iPhone: CGRect screenRect = CGRectMake(0, 0, 320.0, 480.0); UIGraphicsBeginImageContext(screenRect.size); [value drawInRect:screenRect blendMode:...

Allowing interaction with a UIView under another UIView

Is there a simple way of allowing interaction with a button in a UIView that lies under another UIView - where there are no actual objects from the top UIView on top of the button? For instance, ...

热门标签