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.

I now have a new Mac Mini 2 with better speed and memory. So I moved my app to it.

How do I submit the same app with the new Mac Mini 2? Because my provisioning profile and code signing key is installed on Mac Mini 1. How can I do it?


you should export both your certificate and private key from you old Mac, and import it to your new mac. Then you can simply download and install profile from developer.apple.com.

在这里输入图像描述

Or if you can't do this, you can simply revoke and remake your certificate and profile from apple account. It will not break your already distributed applications. The only thing, you must keep your application identifier the same.

链接地址: http://www.djcxy.com/p/59282.html

上一篇: Oracle日期到Java日期

下一篇: 如何将App从其他Mac提交到AppStore?