Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Add button greyed out at IOS developer program page

I am using IOS university program and I follow the steps to debug the apps in Iphone according to the tutorial in mobiletuts but I am stuck at the step "Create App ID" after the certificate because the Add button has greyed out. Any idea what happened?

enter image description here

like image 819
shoujo_sm Avatar asked Sep 25 '13 10:09

shoujo_sm


1 Answers

I had the same issue and is related to member level permissions. My permission level for the team was set to "Member" instead of "Admin". Once this was changed to Admin by the Team Agent, I had the ability to add App IDs.

The link below provides the list of team privileges based on membership level. https://developer.apple.com/library/ios/documentation/IDEs/Conceptual/AppDistributionGuide/ManagingYourTeam/ManagingYourTeam.html

like image 110
james2code Avatar answered Sep 19 '22 12:09

james2code