0

Is it safe to share the same iOS development certificate. Does it expose anything sensitive such as your private key.

The reason I am asking is because Apple seems to have a limit of 3 certificates, and we have quite a few freelance developers working for us.

Note that I am referring to a development certificate (NOT an app distribution certificate).

Yahya Uddin
  • 26,997
  • 35
  • 140
  • 231

1 Answers1

0

No. The certificate proves bits are yours. The only way to ensure that nobody signs malware is not sharing the keys/certificates.

Daniel Fisher lennybacon
  • 3,865
  • 1
  • 30
  • 38