dthumma
dthumma

Reputation: 171

Apple Transporter failing to upload IPA with error: Failed to create .itmsp for 'appname' status code 401

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

Answers (8)

khantzawko
khantzawko

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

Adith Krishnan
Adith Krishnan

Reputation: 139

For me it was memory full issue. Freed up some space and the .ipa file was immediately accepted!

Upvotes: -1

islam XDeveloper
islam XDeveloper

Reputation: 500

Just Shut Down Your Device And everything Ok

Upvotes: 0

user3046739
user3046739

Reputation: 133

Make sure to create an entry for your app in https://appstoreconnect.apple.com ?

Upvotes: 1

Some times it may due to memory issue. Check your memory. Free space up to minimum 2 GB for big project

Upvotes: 0

Christopher Nassar
Christopher Nassar

Reputation: 554

Just relaunch Transporter app, or quit and r-enter it again.

Upvotes: 8

madiathomas
madiathomas

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

Ethan Humphries
Ethan Humphries

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

Related Questions