Search code examples
ioscode-signingiphone-developer-program

How to share an Individual Apple iOS Developer Account


I looked through other StackOverFlow questions, but I'm a little confused. I'm trying to share a iOS Developer Account with my trusted friend. he has his own apple id, but we have input my apple id in his mac too just to stay sure.

then we followed a tutorial to import the .p12 certificate key, downloaded and imported in Xcode the provisioning profiles ecc but he still gets the "valid signing identity not found" message..

we know that is not a 100% safe practice but sharing this account is the most comfortable solution for both of us.


Solution

  • There should be at least 2 files you need to import in Keychain: - development certificate - distribution certificate Also, not sure, but it might help: - the original self-signed certificate you submitted to apple (the CSR)

    The certificates need to be generated from the computer that originally signed the CSR and imported in the second computer's keychain. Also, be sure to import the certificates in the login keychain.

    ps. close XCode before importing the certificates - or close/restart after importing.