Curnelious
Curnelious

Reputation: 1

One Xcode with 2 developers?

My Xcode used to be registered under my own developer program . There is a company with their own developer program , that used to upload apps from their own mac .

I would like to upload a build from my mac and my Xcode, using their developer program.

Do i need to create a new certificate to my Xcode/mac from the beginning for that ? Can i just download their certificates and provisioning , drag to my Xcode and just upload a build to their program ?

Upvotes: 0

Views: 22

Answers (1)

Phillip Mills
Phillip Mills

Reputation: 31016

If you have the right combination of certificate, provisioning profile, and bundle id, you can build the app from any Mac using any Xcode (assuming it supports the necessary SDK and device versions).

It would be cleaner to have your developer ID included in their team so that Xcode can manage profile changes and get updates but it's not necessary.

(Note: you use Keychain Access for certificates, not Xcode.)

Upvotes: 1

Related Questions