Reputation: 6773
I am a member of 3 registered iOS Development teams:
I would now like to use the iOS Provisioning Portal to create a new App ID.
As part of the App ID form for creating a new App ID, I need to select a Team ID. I've done this many times before, but I think something may have changed, because today, when selecting the Team ID, I'm offered the choice of 3 10-character identifiers of the form (these are not the actual values),
Unfortunately, it isn't clear how each of these correspond to the teams I'm a member of...
If I go to Xcode Organiser to try and find references to these Team IDs to get some context, I see that those views [more helpfully] use the team's full names ...but without visibility on the corresponding Team IDs.
I've looked under the Key Chain, and there are no clues there either.
How do I find out which of the teams I a member of these IDs correspond to?
Upvotes: 12
Views: 19402
Reputation: 387
Find out your certificates in Keychain Access, right click on the Certificate and select Get info. Then locate scroller down to Details section and Expand it if needed. There you can find User ID or Team ID.
Hope it helps!
Upvotes: 6
Reputation: 4085
Ok I figured it out, go to https://developer.apple.com/membercenter/index.action click your account
then on the left click organization profile
and it will show you the Company/Organization ID
Upvotes: 18