多个开发者的 iPhone 应用程序配置帐户
我之前只是自己为我们公司开发应用程序,并且配置管理非常简单。我们现在已经在该项目中添加了另一位开发人员,但我在为我们俩设置部署和测试 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
可能您在发送 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
我们使用由 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.
您将需要:
钥匙串并将其发送给您的第二个
开发人员
您的钥匙链并发送(如果您希望他能够提交到应用程序商店或向 Beta 测试人员发送临时构建)
将他的设备添加到您的门户
配置配置文件,添加他的
设备到他们每个人
您的配置的新版本
配置文件
(将他的设备添加到门户并下载新的配置文件可以通过 xcode 组织器完成,这样通常更快)
You will need to:
KeyChain and send it to your second
developer
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)
add his device to your portal
provisioning profiles, adding his
device to each of them
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)