vote up 0 vote down star

Hello, I have a company iphone dev account.

According to the doc, only the team-agent is allowed to submit a distribution cert and download the distribution provisioning profile.

  1. Can a team only have 1 Team Agent?

Also, if that is the case, is there a way around this to allow multiple devs the option to build a distributed version of the app?

I have another developer who I would like to build and submit the app to itunes. I tried giving him the distribution cert and distribution profile. When he dragged and dropped them into xcode, and checked out windows->organize, it complains

"assigning identity matching this profile cannot be found in your keychain"

So this leads me to believe I need to get my key chain credentials on his machine. I tried exporting a private key and giving it to him, but he was unable to install it.

Is there anything else I can do?

I honestly thing its really silly if apple expects one developer to be responsible for building all apps for a company. Hopefully I'm wrong and there is a way to get multiple developers access to building a distribution of an app.

Thank you

flag

2 Answers

vote up 0 vote down

You can copy the private key in this way, but it's really UNSAFE:

Give him your login.keychain file (located in ~/Library/Keychains/), and let him open it with Keychain.app, and ask him to drag your private key to his login.keychain.

Apple also said you should keep your private key secured, if you need to reinstall your system, make sure you backup the login.keychain file.

link|flag
vote up 0 vote down

You definitely should be able to build your app with a distribution certificate and profile on your coworker's machine.

Are you sure that the distribution certificate and provisioning profile are installed correctly? If you can build apps with the development certificate but not the deployment one, check to make sure that everything's properly installed in the keychain and that the correct provisioning profile is selected in the settings for the active target.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.