Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to create a developer provisioning profile request in iOS Enterprise Account?

We have iOS Enterprise Account. Right now we want to add a developer to our team, and the developer will create a developer provisioning profile. The problem is the new added developer doesn't see the Provisioning Profile tag in his apple account. Any one has any idea how does the new added developer create a provisioning profile?

Thanks you !!

like image 534
nan0pr0be Avatar asked Apr 06 '11 17:04

nan0pr0be


People also ask

How do I add a provisioning profile to my Iphone?

New provisioning profileGo to the Profiles section in the developer portal and click the + button. Under Development, select iOS App Development and click Continue. Select the App ID to use from the dropdown menu then click Continue. Select the Certificate(s) to include in the provisioning profile then click Continue.

What is iOS app development provisioning profile?

A development provisioning profile authorizes an app to run on designated devices during development. This profile consists of a name, multiple development certificates, unique device identifiers, and an App ID. It must be installed on each device where you want to test your app.


2 Answers

Steps:

  • You invite the new developer to join your development team by sending an invitation from the Member Center at http://developer.apple.com/ios (There should be a "People" item on the navigation bar at the top of the page. Apple has a good screenshot in the Tools Workflow Guide)
  • Developer accepts invitation.
  • Developer creates a certificate signing request using Keychain Access and uploads it to the portal.
  • An administrator on your team approves the certificate.
  • Administrator creates a new provision profile and adds the developer, or simply adds the developer to an existing profile.
  • Developer downloads signed certificate and provision profile from portal.
like image 97
Caleb Avatar answered Nov 01 '22 09:11

Caleb


Only Agent user type has rights to create and download App ID, certificate, and provisioning profiles.

Edited: due to comments from peers:-

The Admin user type can only create developer provisioning profile but cannot create distribution (Adhoc or App Store) provisioning profile.

However Member user type can only see or download these things. They can't see any option to create or add new.

So, you need to assign Admin role to the new user in order to allow him to create developer provisioning profile.

like image 30
Waqas Raja Avatar answered Nov 01 '22 07:11

Waqas Raja