Iphone 分发 AppStore 配置

发布于 2024-12-22 07:08:00 字数 345 浏览 1 评论 0原文

一位客户请求开发一个IOS应用程序,我已经使用我的苹果开发者帐户开始了开发。我发布了一些 Ad-Hoc 发行版进行验证,客户最终喜欢结果并决定在他的帐户中的 AppStore 中发布。

客户允许我访问他的帐户开发人员,我将生成分发配置并在 ItunesConnect 中发布。

该客户还有另外两个应用程序,正在等待 Apple 的批准,这些应用程序是由另一位开发人员发布的。我的问题是,即使创建我的分发配置,当我下载并添加到 XCode 时,也会显示消息“配置文件与默认钥匙串中的任何有效证书/私钥对不匹配”。 我下载了帐户中已存在的分发证书。

我应该怎么做才能解决这个问题?

非常感谢,

安德烈

A customer requested the development of an IOS application, and I've started the development with my apple developer account. I release some Ad-Hoc distribution for validation and the client eventually liked the result and decided to publish in the AppStore in his account.

The client gave me access to his account developer that I would generate the distribution provisioning and publish in ItunesConnect.

The client has two other applications, which are awaiting approval from Apple, which were published by another developer. My problem is that even creating my distribution provisioning, when I download and add to the XCode shows the message "profile does not match any valid certificate / private key pair in the default keychain."
I downloaded the distribution certificate that already existed in the account.

What should I do to fix this problem?

Many thanks,

Andre

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

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

发布评论

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

评论(2

冰雪梦之恋 2024-12-29 07:08:00

您将需要用于签署该配置文件的私钥(.p12 文件用于交换)。希望你的客户拥有它。

You'll need the private key used to sign that profile (the .p12 file is used for interchange). Hopefully your client has it.

简单 2024-12-29 07:08:00

您可能需要撤销并重新创建客户端分发证书,因为如果他们没有创建当前证书,他们就不太可能拥有私钥。

您还可以考虑将客户端证书下载到单独的 Mac 用户帐户中,并使用该帐户构建和签署其应用程序,这样您就不会将多个证书混合到您自己的 Mac 用户帐户中的钥匙串中。

You may need to revoke and recreate the clients Distribution certificate, since it is unlikely they have their private keys if they didn't create their current certificates.

You might also consider downloading the clients certificates into a separate Mac User account, and building and signing their app using that account, so you don't mix multiple certificates into the Keychain in your own Mac user account.

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