如何避免添加 UDID 后再次构建代码

发布于 2024-12-15 02:37:40 字数 221 浏览 3 评论 0原文

我有一个应用程序,通常通过临时分发来共享它,方法是发送 .app 文件和分发配置文件,或者通过将配置文件嵌入到 ipa 来发送 .ipa 文件,同时通过 xcode 构建代码。

我必须为每个添加的新 UDID 重复该过程,有什么方法可以 为每个添加的新 UDID 发送相同的构建。我想要一种通过 xcode 构建代码一次并发送相同的构建以及添加设备的 UDID 后生成的新配置文件的方法。

谢谢

i have a application and i usually share it through ad-hoc distribution either by sending the .app file along with the distribution profile or by sending a .ipa file by embedding the profile to the ipa while building the code through xcode.

I have to repeat the process for each and every new UDID added ,is there any way to
send the same build for each and every new UDID added.I wanted a way where i build the code through xcode once and send the same build along with new profile generated after adding a device's UDID.

Thank you

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(2

感性不性感 2024-12-22 02:37:40

没有合法的方法可以做到这一点,你不断地添加它并构建它,这就是非越狱的路径。

顺便说一句,如何删除它?这应该在评论部分而不是......

there is no legal way to do it, you keep adding it and building it, this going the non-jailbroken path.

how can this be removed, btw? this should be in the comment section instead...

一江春梦 2024-12-22 02:37:40

您可以在(私人)网站上发布新应用程序并让用户从那里下载它:但这将使每个人都下载它,就像更新一样......
您可以遵循这个非常详细的指南:无线

you can publish the new app on a (private) site and let users download it from there: but this will make everyone download it, like an update...
you can fololw this very detailed guide: over the air

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