Skip to content

Instantly share code, notes, and snippets.

@atereshkov
Created April 16, 2019 14:19
Show Gist options
  • Save atereshkov/cb07ee1bf29e143b3dad7b7514c6a079 to your computer and use it in GitHub Desktop.
Save atereshkov/cb07ee1bf29e143b3dad7b7514c6a079 to your computer and use it in GitHub Desktop.
How to get iTunes Connect (App Store Connect) Team ID and Team name? (fastlane)
Basically just type the following in a shell:
$ irb
irb> 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.
@atereshkov
Copy link
Author

`require': cannot load such file -- spaceship (LoadError):

fastlane/fastlane#9397

Just run bundle update (or sudo bundle update).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment