fastlane-old / deliver

Upload screenshots, metadata and your app to the App Store using a single command
https://fastlane.tools
2.24k stars 162 forks source link

Multiple iTunes Providers causes failure #580

Closed grantjk closed 8 years ago

grantjk commented 8 years ago

Our iTunes account has access to several different teams and until recently we didn't have any issues. However, today we ran into this issue:

[16:33:24]: [Transporter Error Output]: Your Apple ID account is attached to other iTunes providers. You will need to specify which provider you intend to submit content to by using the -itc_provider command. Please contact us if you have questions or need help. (1627)
KrauseFx commented 8 years ago

I've never seen this error before. Was it introduced by a fastlane update or did it just happen?

KrauseFx commented 8 years ago

When did it start to occur?

grantjk commented 8 years ago

Wasn't a fastlane update. It just stopped working in the middle of last week. We updated to the latest version and had the same issue.

KrauseFx commented 8 years ago

This has probably something to do with your apple account / team. Could you contact the Apple support to request help with this issue? If they ask, you use the iTunes Transporter to upload the builds and it's failing with this error message.

riffs2005 commented 8 years ago

I experience the same problem with some iTunes accounts. What Transporter complains is that for Apple account with a multiple iTunes providers it expects -itc_provider command to specify which team(provider) we're uploading for. I was hoping is this something Pilot can set up when starting an upload. I assume PILOT_TEAM_ID or PILOT_TEAM_NAME would be relevant parameters.

[13:41:45]: Your Apple ID account is attached to other iTunes providers. You will need to specify which provider you intend to submit content to by using the -itc_provider command. Please contact us if you have questions or need help. (1627) [13:41:45]: Return status of iTunes Transporter was 1: Your Apple ID account is attached to other iTunes providers. You will need to specify which provider you intend to submit content to by using the -itc_provider command. Please contact us if you have questions or need help. (1627)

fastlane-bot commented 8 years ago

This issue was migrated to https://github.com/fastlane/fastlane/issues/1524. Please post all further comments there.

fastlane is now a mono repo, you can read more about the change in our blog post. All tools are now available in the fastlane main repo :rocket: