如果我有密钥和配置文件,如何设置另一个用户能够开发和分发 iOS 应用程序? [英] How can I set up another user to be able to develop and distribute iOS apps if I have a key and profile?

查看:16
本文介绍了如果我有密钥和配置文件,如何设置另一个用户能够开发和分发 iOS 应用程序?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

这是我所拥有的:

底部是我硬盘上的文件.

At the bottom are files on my hard disk.

我想知道的是,我能否以某种方式将这些发送给另一个用户,以便用户可以设置为在本地开发并分发应用程序.如果是这样,我需要做什么?

What I would like to know is, can I somehow send these to another user so that user can be set up to develop locally and to distribute the app. If so, what do I need to do?

推荐答案

以@Nahash 的身份进行导出并与其他开发人员共享,

Do as @Nahash to export and share with the other developer,

  1. 同时选择 - 证书和钥匙串中的私钥.
  2. 通过右键单击"打开上下文菜单.
  3. 点按导出 2 个项目";并选择 .p12 文件.
  4. 为证书 + 密钥对生成安全密码.
  5. 与您的开发者共享此文件.

对于安装这些密钥的其他开发人员,请确保他导航到终端到 pem 密钥文件的实际位置.然后使用这个命令将这个密钥添加到他的钥匙串中,终端可能会要求你提供私钥密码你需要和他分享密码如果你在公开时设置了密码

For the other developer to install those key make sure he navigate to terminal to where the pem key file actually is. Then use this command will add this key to his keychain, terminal may ask for private key password you need to share with him the password if you set a password while expoting

security import pub_key.pem -k ~/Library/Keychains/login.keychain

这篇关于如果我有密钥和配置文件,如何设置另一个用户能够开发和分发 iOS 应用程序?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
相关文章
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆