itunes_store_transporter
itunes_store_transporter copied to clipboard
Upload and manage your assets in the iTunes Store using the iTunes Store’s Transporter (iTMSTransporter).
Currently we require `--username=sshaw`, but `--username sshaw` should be allowed too. RE: #8
A Transporter error of `Unable to find registered user with username "joe" (1001)` is raised without the trailing quote: `Unable to find registered user with username` "joe `(1001)`
Replicate scenario: Run below command in folder different the iTMSTransporter installation one: `iTMSTransporter -assetfile main.ipa -u "[email protected]" -p "ios-app-password" -m upload -asc_provider "TEAM_ID" -assetDescription AppStoreInfo.plist` Behavior: Error is thrown: >...