How to get iTunes connect Team ID and Team name? How to get iTunes connect Team ID and Team name? ios ios

How to get iTunes connect Team ID and Team name?


You can get it directly from Spaceship (See the "Login" section) (https://github.com/fastlane/fastlane/blob/master/spaceship/docs/iTunesConnect.md)

Basically just type the following in a shell:

$ irbirb> require "spaceship"irb> Spaceship::Tunes.login("iTunesConnect_username", "iTunesConnect_password")irb> Spaceship::Tunes.select_team

You'll be presented with a list of teams your account belongs to, along with the numerical representation for that team.


If you are not on your Mac, you can get it through the iTunes connect website.

Source: https://github.com/fastlane/fastlane/issues/4301#issuecomment-253461017


Instead of trying to get it manually, just run fastlane without specifying the team ID. Once the selection is required, fastlane will list all the available iTunes Connect teams and their IDs, and you can then store this number.