Reputation: 12908
Here is the story so far:
So we have
So my question is: if we ever need to update App #1, will we be able to, using Distribution certificate/key pair #2? Or will we have to upload it as a new app?
Upvotes: 3
Views: 1002
Reputation: 14427
I think you are fine. As long as you have a valid key-cert and profile on the Mac that you build the app from, you should be able to publish a new version. The bundle identifier is what identifies an application. You just need a valid certificate with keys and a profile that matches. Make sure you use the new signing credentials btw.
This exact same thing happened to me except with an Enterprise application. Once we got the new certs and keys imported into the MBA, we could build and deploy fine.
Upvotes: 2