0

My situation is that I have just hired a second developer to work remotely. He doesn't have a developer account and would like to send me his progress.

At the moment he is using my Apple Developer account with a temporary password but this is not ideal, is there a way that he can have a certificate and I can reset my password?

My Apple developer account is set up as individual by the way

Thanks

BrownEye
  • 979
  • 2
  • 12
  • 21

2 Answers2

0

If you are not going to extensively adding and removing the devices then the easiest way is to add all the devices, create dev and distribution profiles and certificate download all in your Xcode then simply export and send to him and he can simply import and use the local signing assists option not the online account .

enter image description here

Imran
  • 2,985
  • 19
  • 33
0

You can export the certificate and the private key for the certificate in the Keychain Access application. You could then send the developer the key, certificate, and the provisioning profile to the other developer, who could then build the app with your provisioning profiles, without direct access to your developer account.

This will be a bit of a hassle if the other developer needs to do a lot of device maintenance on the developer profile (adding / removing devices). If that's not the case, I would simply send him the necessary files and reset your password to prevent having to share full access to the account.

wottle
  • 13,095
  • 4
  • 27
  • 68