0

I've done an app update for a client.

He previously work with another external dev, and have no access to the certificate private key.

Using xCode, (as team member), looks like a can get the client provisioning profile, but not the Distribution certificate.

What are the solution, Are the client have to create a new one?

Thanks!

Franck
  • 8,939
  • 8
  • 39
  • 57

1 Answers1

2

It is not possible to build an app for the app store without the certificate. As @Shubhank says, you'll have to revoke the certificate and create a new one.

Duncan C
  • 128,072
  • 22
  • 173
  • 272
  • I can create one as team member and link to provisioning to it? Will the client have access to this new one, or should I provide it manually(as a backup(? – Franck Jun 20 '16 at 19:49
  • If you are an admin you can create a new cert. You should then export it in the keychain and mail the .p12 file to your client. – Duncan C Jun 20 '16 at 19:53