d. daesrio
d. daesrio

Reputation: 11

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?

Upvotes: 1

Views: 558

Answers (1)

Igor
Igor

Reputation: 1557

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.

enter image description here

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.

Upvotes: 8

Related Questions