有没有什么方法可以将应用程序分发给客户而不添加他的 UDID?
我的应用程序正处于测试的最后阶段,我想将该应用程序分发给我的客户而不添加他们的 UDID。据我所知,有一个名为企业开发人员计划的设施,它允许应用程序的内部分发和临时分发。有什么方法可以将应用程序分发给我的客户而不添加 UDID,而客户又代表他们提交到应用程序商店。
总氮Q
My app is in final stage of testing ,i want to distribute the app to my clients without adding their UDIDs. I understand that there is a facility called enterprise developer program which permits in house distribution of apps and also ad hoc distribution. Is there any way in which i can distribute the app to my clients without adding UDID,who inturn submits to the app store on their behalf.
TNQ
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
是的。
您的客户可以获得自己的 iOS 开发人员注册和证书(常规、公司或企业)。然后,您可以向他们发送您的应用程序,该应用程序不必使用包含其 UDID 的规定进行签名,并且他们将能够使用自己的移动规定之一重新签署应用程序。或者,如果他们获得了企业注册,则将其放入他们的私人应用程序商店中。他们还可以使用自己的分发配置文件重新签署您的应用程序,然后自行将其提交到应用程序商店。
如果任何人在其 Mac 上安装了 SDK,并且进行了开发人员注册,则他们可以使用终端命令行中的协同设计实用程序对任何人的开发人员或 Ad Hoc 应用程序进行重新签名。 (因此,开发人员应该小心他们将 Ad Hoc 应用程序分发给谁以进行 Beta 测试。)
YES.
Your client can obtain their own iOS Developer enrollment and certificates (either regular, company or Enterprise). Then you can send them your app, which doesn't have to be signed with a provision that includes their UDIDs, and they will be able re-sign the app using one of their own mobileprovisions. Or put it in their private app store if they get an Enterprise enrollment. They can also re-sign your app with their own Distribution profile and submit it to the app store themselves.
If anyone has the SDK installed on their Mac, plus a developer enrollment, they can re-sign anyone's developer or Ad Hoc apps using the codesign utility from the Terminal command line. (Thus, a developer should be careful about to whom they distribute their Ad Hoc apps for beta testing.)
不。
您只能使用企业程序来做到这一点,但是使用企业程序,您无法将应用程序提交到应用程序商店..它仅用于内部分发...
所以...客户不想与您共享iOS开发人员凭据。您不想与客户共享代码...
您可以告诉他创建应用程序商店配置文件并将其发送给您...您可以使用该配置文件构建应用程序并将其发送给客户,然后他可以添加所有详细信息并上传
NO.
you can do that only with enterprise program, but with enterprise program, you cant submit apps to app store.. its for in-house distribution only...
so... client doesn't want to share iOS developer credentials with you.. you don't want to share the code with client...
well you can tell him to create app store provisioning profile and send it to you... you can build the app with that profile and send it to the client and he can add all the details and upload it