有没有什么方法可以将应用程序分发给客户而不添加他的 UDID?

发布于 2024-11-25 11:15:37 字数 151 浏览 2 评论 0原文

我的应用程序正处于测试的最后阶段,我想将该应用程序分发给我的客户而不添加他们的 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

安稳善良 2024-12-02 11:15:37

是的。

您的客户可以获得自己的 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.)

魂归处 2024-12-02 11:15:37

不。

您只能使用企业程序来做到这一点,但是使用企业程序,您无法将应用程序提交到应用程序商店..它仅用于内部分发...

所以...客户不想与您共享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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文