Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

iOS distribution certificate, sign by another developer

My company just built an app for a client who already has an Apple Developer account and had already created their Distribution Certificates. When the cert is downloaded to our build machine, it obviously isn't signed by us.

Is it possible for us to sign the cert they have already created so we can get the app submitted?

like image 247
user989557 Avatar asked Jun 14 '12 14:06

user989557


1 Answers

Please ask client to provide you Certificate.p12 that will include the certificate and the private key.

In order to create .p12, go to Keychain Access, select the certificates option in second block in left pane, and then select the certificate you want and right click > Export > Enter the password for p12 > enter Mac password > save at your desired location.

To install at your side, just get that p12 from client, double click to open it, and enter the password which client has entered for p12.

Finally, you are done with getting distribution certificate which is signed at clients place.

like image 174
Ronak Avatar answered Oct 16 '22 10:10

Ronak