Reputation: 171
I am trying to upload an ipa to Transporter (to get new version on TestFlight) and have successfully done it in the past. However, today I tried to upload and it stopped with this error popup on the screen:
Failed to create the .itmsp for 'Appname'. The web service returned an unexpected status code (401 instead of 200)
screenshot: screenshot of error
Notes:
Upvotes: 16
Views: 15709
Reputation: 1
I am getting that issue when I left build number empty. It seems like you could face the same sort of issues if you left Identity into under General tab.
Upvotes: 0
Reputation: 139
For me it was memory full issue. Freed up some space and the .ipa file was immediately accepted!
Upvotes: -1
Reputation: 133
Make sure to create an entry for your app in https://appstoreconnect.apple.com ?
Upvotes: 1
Reputation: 1
Some times it may due to memory issue. Check your memory. Free space up to minimum 2 GB for big project
Upvotes: 0
Reputation: 554
Just relaunch Transporter app, or quit and r-enter it again.
Upvotes: 8
Reputation: 1
I fixed my problem by matching the case of the SKU. com.company.appName
wasn't accepted. I had to change it to com.Company.AppName
on my info.plist
.
Upvotes: 0
Reputation: 1836
Try completely shutting down your device and then turning it back on and trying.
I had the same issue for most of yesterday and couldn't find a solution, and just now a reboot of my MacBook made it work instantly.
Upvotes: 15