Application Loader Stuck at "Authenticating with the Itunes Store" When Uploading an iOS App

application loader stuck at the stage of Authenticating with the iTunes Store

I had this problem when behind a firewall.

I got around it by editing:

/Applications/Xcode.app/Contents/Applications/Application\ Loader.app/Contents/MacOS/itms/java/lib/net.properties 

If you do not find net.properties in above mentioned path then try, as it is changed now.

/Applications/Xcode.app/Contents/Applications/Application\ Loader.app/Contents/itms/java/lib/net.properties 

Change the line:

# https.proxyPort=443

To:

https.proxyPort=80

This enables the application to use the HTTP port for HTTPS. Worked straight away after this. Hope this helps.

Stuck on authenticating when uploading to App Store

I solved this problem by erasing the private data using the builtin tool (Window -> Projects) and then deleting XCode itself and reinstalling.

Xcode 12 stuck at Authenticating with App Store (There is no Application Loader anymore)

I was stuck for 2 days finally I found answer here. But I need to translate it. Here are the steps I did:

  1. Download Transporter app from App Store
  2. Open Terminal and execute
    Users/{YOUR_USER_NAME}/Applications/Transporter.app/Contents/itms/bin/iTMSTransporter

Note: I'm not sure if step 2 is actually necessary since I have downloaded Transporter app but anyway I did it and it seems to download more files.


  1. Open Xcode again and do the steps just like when you are going to publish an app, but this time choose Export instead of Upload: Archive => Distribute App => Export => follow the instructions until the end noting the location where you saved the exported file. This produces .ipa file.
  2. Open Transporter app, then Sign In using your developer account.
  3. Click "Add App" and choose the exported file.

Then follow the process until finish.

It works for me. Hope this helps someone. And please upvote the question and the answer if this has helped you.

Thanks

xcode stucks on verifying assets with the iTunes store while uploading the archive

Finally I change my internet connection and used a connection from another Internet Provider. By using the new connection the verification phase passed and my binary uploaded successfully.

Application loader stuck at the stage of “Verifying assets with the iTunes Store”

Cancel the process and retry. If the problem persists you might want to do it via Xcode instead of ApplicationLoader. Don't forget to open an issue with Apple to let them know, after restarting AL, your Mac and reinstalling AL to make sure it can't be fixed.

Hope that helps :)



Related Topics



Leave a reply



Submit