与其他开发者一起提交 iPhone 应用程序二进制文件

发布于 2024-08-08 17:46:20 字数 123 浏览 3 评论 0原文

我正在制作一个需要由客户发布的应用程序。

我可以使用我的分发证书构建并签署最终的二进制文件并将其发送给客户端进行上传吗?

或者我是否必须向他们发送源代码以使用自己的证书进行编译?

干杯

I am making an app that needs to be released by the client.

Am I able to build and sign the final binary with my distribution certificate and send it to the client to upload?

Or will I have to send them the source to compile with there own certificate?

Cheers

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

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

发布评论

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

评论(1

一杯敬自由 2024-08-15 17:46:20

您可以让他们向您发送他们的证书。他们需要从钥匙串访问导出它,并向您发送 .p12 文件。然后您可以将其导入您的钥匙串,并根据其分发的 mobileprovision 文件进行构建。

否则,他们无法分发您的二进制文件。

You can have them send you their certificate. They'll need to export it from Keychain Access, and send you the .p12 file. Then you can import that into your keychain, and build against their distribution mobileprovision file.

Otherwise, there's no way let them distribute your binary.

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