Brucey
Brucey

Reputation: 13

Exporting P12 certificate concerns

I am still very new to App Development and I have hired a programmer to help me upload an app he has created for me into the iOS app store.

My programmer wants me to export my p12 certificate from my Apple mac to his computer as he told me he needs this to give him the authorization to upload my app build to the app store.

My concern is, if I did this, would it make the private keys/certificates invalid on my mac, whereby I am unable to upload any more apps in the future using this mac?

Thank you

Bruce

Upvotes: 1

Views: 183

Answers (3)

Sean Baker
Sean Baker

Reputation: 664

Exporting the key won't compromise your Mac, but will allow the developer to act as you in the Apple Store / post the application as if it were you. Indefinitely.

I wouldn't do this personally and would instead delegate the programmer as a member of your iOS development team in the Developer Center. You should be able to delegate him / her access to post applications to the App Store as a member of the team; the difference being that (s)he will be doing so under their own identity, and you can at anytime thereafter revoke their access [without having to revoke your own key].

Upvotes: 1

iOSNoob
iOSNoob

Reputation: 1420

No. Exporting any p12/certificate will create a copy of the same. It is ok if exported p12 is used in another machine/system. So you can share/export your p12 file to your developer.

Upvotes: 0

Abin George
Abin George

Reputation: 654

By exporting a p12 from your keychain does not harm your applications in your mac or your certificate. If you trust your developer you can export the p12 for him/her.

Upvotes: 0

Related Questions