带有团队代理证书的 iPhone 特别分发
我正在努力解决与此 StackOverflow 问题非常相似的问题: 使用团队代理证书作为团队管理员进行 iPhone 临时分发?。不幸的是,那里提供的答案对我来说不太有效。
概述如下:
我正在为一家 3rd 方公司开发一个新项目,该项目已经发布了一款 iPhone 应用程序。我已将自己设置为他们帐户下的团队管理员,为自己生成了开发证书,并且能够成功开发新应用程序。我可以毫无问题地在我的 iPhone 上安装和测试。
现在是时候创建一个 Ad Hoc 构建供客户端测试了。这就是我正在挣扎的地方。
他们已经拥有分销证书。要生成我的临时配置文件,我需要将其与现有证书绑定。不幸的是,该证书不在我的计算机上,因此临时配置文件无法正常工作。
我让客户从他们的钥匙串中向我发送 .p12 和 .pem 文件,并将它们添加到我的登录钥匙串中。我还需要做什么?
我尝试下载分发证书并将其拖到 Xcode 上 - 没有效果。我在 Xcode Organizer 的开发者配置文件列表中没有看到它。
我尝试将其导入钥匙串访问。没有效果。它似乎没有出现在任何地方。
我错过了什么???
I'm struggling with a problem that's very similar to this StackOverflow issue: iPhone ad hoc distribution as a team admin with team agent's certificate?. Unfortunately, the answer provided there didn't quite work for me.
Here's the overview:
I'm working on a new project for a 3rd party company that has already shipped one iPhone app. I've set myself up as a Team Admin under their account, generated a development certificate for myself, and been able to develop the new app successfully. I can install and test on my iPhone without a problem.
Now it's time to create an Ad Hoc build for the client to test. This is where I'm struggling.
They already have a distribution certificate. To generate my Ad Hoc provisioning profile, I need to tie it to that existing certificate. Unfortunately, that certificate is not on my machine, so the Ad Hoc profile isn't working.
I've had the client send me the .p12 and .pem files from their keychain, and added them to my login Keychain. What else do I need to do?
I've tried downloading the distribution certificate and dragging it on to Xcode -- no effect. I don't see it under my list of Developer Profiles in the Xcode Organizer.
I've tried to import it into Keychain Access. No effect. It doesn't seem to appear anywhere.
What am I missing???
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
由于这个问题我一直没有得到任何答复,所以我自己来回答一下。
或者更确切地说,我将参考对此问题提供的答案 rob5408 :
iPhone:开发人员可以其他吗比团队代理构建一个用于分发的应用程序
就成功了。
Since I never got any response to this question, I'll answer it myself.
Or rather, I'll refer to the answer rob5408 provided to this question:
iPhone: Can a dev other than team agent build an app for distribution
That did the trick.