如何重新设计 iPhone 应用程序二进制文件?
我想向客户端发送一个没有源代码的二进制文件。 如何在不使用自己的名称的情况下对应用程序进行签名以进行分发 重新编译所有内容(因为他没有源代码) 我不是在谈论临时分发。 我尝试使用另一个发行版配置文件共同设计 -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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
客户需要向您发送他的分发证书和个人证书及其公钥,与他的 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.