如何重新设计 iPhone 应用程序二进制文件?

发布于 2024-08-26 01:26:26 字数 129 浏览 8 评论 0原文

我想向客户端发送一个没有源代码的二进制文件。 如何在不使用自己的名称的情况下对应用程序进行签名以进行分发 重新编译所有内容(因为他没有源代码) 我不是在谈论临时分发。 我尝试使用另一个发行版配置文件共同设计 -f 但 itunes 连接拒绝它。

I'd like to send a binary to a client without the source code.
How can here sign the app for distribution on it's own name without
recompiling everything (since he does not have the source code)
I'm not talking about adhoc distribution.
I've tried to codesign -f with another distribution profile but itunes
connect refuses it.

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

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

发布评论

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

评论(1

明天过后 2024-09-02 01:26:26

客户需要向您发送他的分发证书和个人证书及其公钥,与他的 iPhone 开发人员身份相匹配,以便您可以使用他的信息编译应用程序。

The client needs to send you his distribution certificate and personnal certificate with his public key, matching his iPhone developer identity, so you can compile the app with his informations.

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