Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

"Your application is being uploaded" forever to iTunes Connect

I try to upload my updated version for my app and everything seems all right, but I stay in Your application is being uploaded screen more than hour. I already create a new version on iTunes Connect and display "Waiting For Upload" in there. And also my app is not that big file and only updated version.

Could any one tell me what happened in there and how to fix it?

like image 945
Wen Avatar asked Apr 04 '13 04:04

Wen


3 Answers

There are 2 steps for this:
1. Make .ipa file (select 'Save for Enterprise or Ad-Hoc Deployment by click Distribue... button')
2. Upload in Application Loader (Find from menu bar of Xcode -> Open Developer Tool -> Application Loader)

like image 136
Wen Avatar answered Nov 13 '22 11:11

Wen


Instead of trying to upload via Xcode, try using Application Loader. Export the archive as an .ipa file, using the App Store distribution profile. Launch Application Loader by choosing Xcode → Open Developer Tool → Application Loader, and hand it the .ipa file.

like image 9
matt Avatar answered Nov 13 '22 11:11

matt


I experienced same problem and I found it was network issue at my office. When I tried to upload at home, it worked without any delay. So, I assumed there is any specific port used by apple uploader that was blocked at the office.

like image 3
San Avatar answered Nov 13 '22 10:11

San