Apple只允许您创建两个生产证书。我在我的旧计算机上创建了其中的两个,当我准备从我的新计算机上提交一个新应用时,我发现不可能将这些证书添加到我的新计算机上的密钥链(这是一个phonegap应用程序)。
我在这里有什么选择?我不希望撤销任何证书,因为它们是用于活动应用程序的。
谢谢!
发布于 2014-10-16 08:37:35
- If yes, you can export the certificates from the old computer keychain access app , copy them to the new one and add them to keychain
- If not, go ahead and just create a new certificate signing request from your new computer and get a new certificate. [It wont affect](https://stackoverflow.com/questions/6320255/if-i-revoke-an-existing-distribution-certificate-will-it-mess-up-anything-with) [your existing live apps](https://stackoverflow.com/questions/3263761/will-revoking-distribution-certificate-affect-application-which-is-in-review-on)
https://stackoverflow.com/questions/26399398
复制相似问题