我的一位朋友想要使用我的开发者帐户来提交应用程序

发布于 2024-10-10 14:24:30 字数 150 浏览 4 评论 0原文

我的一位朋友想使用我的开发者帐户来提交应用程序,因为他不想申请新帐户。

而且我不想得到他的源代码。 有没有办法让他可以在他的 Xcode 中使用我的帐户协同设计来编译他的应用程序项目?

欢迎任何评论

谢谢

interdev

One of my friend want to use my developer account to submit app, because he do not want o apply for a new account.

And I do not want to get his source codes.
Is there a way he can compile his app project with my account codesign in his xcode?

Welcome any comment

Thanks

interdev

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

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

发布评论

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

评论(3

默嘫て 2024-10-17 14:24:36

diwup 提到的钥匙串不会与他的 mac 上任何其他现有的钥匙串混淆

The keychains as mentioned by diwup, will not mess with any other existing keychains on his mac

最后的乘客 2024-10-17 14:24:35

我认为他需要弄乱他 Mac 上的钥匙串。

我个人不会推荐它并告诉他拥有自己的帐户或向您发送源代码:-)

I would think he would need to mess with the Keychain on his Mac.

I'd personally not recommend it and tell him to get his own account or send you the source :-)

无声情话 2024-10-17 14:24:33

这类似于“在两台 iMac 上开发我的应用程序”。

  1. 创建新的 RSA 密钥对,使用此新密钥对从 iOS 开发中心获取新证书和配置文件。
  2. 请您的朋友在他自己的 iMac 上导入新的 RSA 私钥,然后安装新的证书和配置文件。
  3. 然后,他可以在他自己的 iMac 上使用您新创建的配置文件对其代码进行签名,并将最终的二进制文件提供给您,而无需您实际看到代码。

希望有帮助。

It was similar to "develop my apps on two iMacs".

  1. Create a new RSA key pair, use this new key pair to get your new certificates and provisioning files from iOS Dev Center.
  2. Ask your friend to import the new RSA private key on his own iMac, and then install the new certificates and provisioning files.
  3. He can then sign his code with your newly-created provisioning file on his own iMac, and give the final binary to you without you actually seeing the code.

Hope it helps.

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