使用客户端的分发配置文件创建 iOS 版本

发布于 2024-12-04 02:15:23 字数 201 浏览 2 评论 0原文

我刚刚为客户完成了一个 iOS 应用程序,并收到了他们的分发配置文件的副本(.cer 格式)。我已将其拖入 XCode,如 Apple 文档中所述。现在,我可以在项目的构建设置中为分发版本选择该配置文件,但是当我转到目标时,我无法选择该配置文件?关于如何解决这个问题有什么想法吗?

另外,这是创建客户端可以提交审批的分发版本的正确方法吗?

谢谢! - 拉塞

I have just finished an iOS app for a client, and have received a copy of their distribution profile (.cer format). I have dragged it into XCode as described in the docs from Apple. Now, I can select that profile for a distribution build, in the build settings for the project, but when I go to the target, I cannot select that profile? Any ideas on how to resolve that?

Also, is this the right way to go to create a distribution build, that the client can submit for approval?

Thanks!
- Lasse

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

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

发布评论

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

评论(2

筱果果 2024-12-11 02:15:23

您不仅需要他们的 iOS 分发证书,还需要该证书的私钥(从他们的钥匙串导出受密码保护的 .p12 即可)。

您可能还想在单独的 Mac 用户帐户中安装客户端的证书(该帐户将有自己的钥匙串),以免混淆您的钥匙串,因为您的钥匙串可能已经拥有自己的证书。

You not only need their iOS Distribution Certificate, but the private key for that certificate as well (a password protected .p12 export from their Keychain will work).

You might want to install the client's certificates in a separate Mac User account as well (which will have its own Keychain), so as not to confuse your Keychain, since yours may already have your own certificates.

旧话新听 2024-12-11 02:15:23

您需要客户签名身份的副本。他们可以从钥匙串管理器将其导出为 .p12 文件。

You need a copy of your client's signing identity. They can export it as a .p12 file from the keychain manager.

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