多个开发者的 iPhone 应用程序配置帐户

发布于 2024-10-17 00:40:27 字数 145 浏览 4 评论 0原文

我之前只是自己为我们公司开发应用程序,并且配置管理非常简单。我们现在已经在该项目中添加了另一位开发人员,但我在为我们俩设置部署和测试 iPhone 的配置时遇到了麻烦。

有谁知道是否有关于如何为多开发人员场景项目设置配置的分步或任何提示?

谢谢

Ive only previously been developing the Apps for our company by myself and Provision management has been quite simple. We have now added another developer to the project and i am having trouble setting up the provisioning for both of us to deploy and test to out iphone.

Does anybody know if there is a step by step or any tips on how to set up provisioning for a multi developer scenario project?

Thanks

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

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

发布评论

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

评论(3

信愁 2024-10-24 00:40:27

可能您在发送 iPhone 开发者证书时遇到问题,如果您想共享它,则必须共享证书的私钥。不仅仅是公共部分,可以从会员中心下载。为此,您必须进入密钥链,查找开发人员证书,展开它并右键单击密钥,然后导出密钥并将其发送给新的开发人员。

希望这有帮助

Probably you are having trouble sending the iphone developer certificate, if you want to share it, you have to share the private key of the certificate. Not only the public part which can be downloaded from the member center. For that, you have to get into the KeyChain, look for the developer certificate, expand it and right click over the key, then export the key and send it to the new developer.

Hope this helps

归途 2024-10-24 00:40:27

我们使用由 xcode 创建和管理的团队配置文件。如果我们有新的开发人员,他们只需登录组织者中的开发门户,然后就可以进行部署。不幸的是,我不记得我是怎么做到的,因为它就像两件小事,但它确实有效。

We use a team provisioning profile that was created and managed by xcode. If we get a new developer they just login to the dev portal in organiser and then they can deploy. Unfortunately I can't remember how I did it because it was like two small things and it just worked.

停顿的约定 2024-10-24 00:40:27

您将需要:

  • 从您的网站导出您的开发者证书
    钥匙串并将其发送给您的第二个
    开发人员
  • 从以下位置导出您的分发证书
    您的钥匙链并发送(如果您希望他能够提交到应用程序商店或向 Beta 测试人员发送临时构建)
  • 转到您的配置门户并
    将他的设备添加到您的门户
  • 然后在您的所有设备上点击编辑
    配置配置文件,添加他的
    设备到他们每个人
  • 都需要下载
    您的配置的新版本
    配置文件

(将他的设备添加到门户并下载新的配置文件可以通过 xcode 组织器完成,这样通常更快)

You will need to:

  • Export your Developer Cert from your
    KeyChain and send it to your second
    developer
  • Export your Distribution Cert from
    your key chain and send it (if you want him to be able to submit to the app store or send out ad-hoc builds to beta testers)
  • Go to your Provisioning Portal and
    add his device to your portal
  • Then go hit edit on all your
    provisioning profiles, adding his
    device to each of them
  • You will both need to download the
    new versions of your provisioning
    profiles

(Adding his device to the portal & downloading new profiles can be done through the xcode organiser, its usually faster that way)

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