简体   繁体   English

如何通过其他Mac将应用提交到AppStore?

[英]How to submit an App to AppStore from other Mac?

I've written an app on Mac Mini 1 and submitted to the appstore using the installed code signings and provisioning profiles. 我已经在Mac Mini 1上编写了一个应用程序,并使用已安装的代码签名和配置文件提交给应用程序商店。

I now have a new Mac Mini 2 with better speed and memory. 我现在有一个新的Mac Mini 2,它具有更好的速度和内存。 So I moved my app to it. 所以我将应用程序移到了它。

How do I submit the same app with the new Mac Mini 2? 如何使用新的Mac Mini 2提交同一应用程序? Because my provisioning profile and code signing key is installed on Mac Mini 1. How can I do it? 因为我的配置文件和代码签名密钥已安装在Mac Mini 1上,我该怎么办?

you should export both your certificate and private key from you old Mac, and import it to your new mac. 您应该从旧Mac导出证书和私钥,然后将其导入到新Mac。 Then you can simply download and install profile from developer.apple.com. 然后,您可以简单地从developer.apple.com下载并安装配置文件。

在此处输入图片说明

Or if you can't do this, you can simply revoke and remake your certificate and profile from apple account. 或者,如果您无法执行此操作,则可以直接从Apple帐户撤消并重新制作证书和配置文件。 It will not break your already distributed applications. 它不会破坏您已经分发的应用程序。 The only thing, you must keep your application identifier the same. 唯一的事情是,您必须保持应用程序标识符相同。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM