bitrise-steplib / steps-deploy-to-itunesconnect-application-loader

MIT License
10 stars 13 forks source link

Multiple iTunes Connect accounts #3

Closed sdebruyn closed 6 years ago

sdebruyn commented 6 years ago

My account is App Manager on tens of iTunes Connect accounts (for all of our customers). How will this step select the right account (in the UI I can select multiple customers from the list in the upper left corner on the first screen)?

godrei commented 6 years ago

Hi, the Application Loader's command line tool altool is used in this step, the tool figures out the desired team based on the ipa file (the tool has no option to manually select the team): https://help.apple.com/itc/apploader/#/apdATD1E53-D1E1A1303-D1E53A1126

sdebruyn commented 6 years ago

Alright, thanks!