Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do I add another developer's certificate to the iOS provisioning portal?

I've been trying to enable another developer on my team to build an iPad app that we are creating for a client, but am having no luck getting his development certificate uploading into the provisioning portal.

I'm starting to think I'm missing something simple. My assumption is that each developer needs to have their own certificate listed on the Certificates -> Development page. Is that right, or are we supposed to be using only one certificate?

We tried setting him up with the certificate that's currently listed, but he gets "Error: "A valid signing identity matching this profile could not be found in your keychain" when trying to build.

Though I had licked this provisioning thing, but I guess not :)

Thanks for any help you all can offer.

like image 458
evanmcd Avatar asked Mar 29 '11 21:03

evanmcd


People also ask

How do I add a certificate to my provisioning profile?

Click Certificates, Identifiers and Profiles . Under Provisioning Profiles , Click All . Click Add(+) to register a new provisioning profile. Select iOS App Development and click Continue .

How many iOS distribution certificates can I have?

There is a maximum limit of 3 iOS Distribution Certificates per account.


1 Answers

You need to invite the developer to your account in the apple developer site.

Member Center > People > Invitations > Invite a Person to Your Team

This should automatically install their developer profile and then you can sign the app with the "Team Provisioning Profile".

Also check out Organizer > Provisioning Profiles > Automatic Device Provisioning in Xcode 4; this simplifies installing profiles.

like image 90
railwayparade Avatar answered Sep 22 '22 18:09

railwayparade