Application Loader Stuck at the Stage of "Verifying Assets with the Itunes Store"

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 :)

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/Xcode Stuck on 'Verifying Assets with the App Store

To fix this issue, I opened the Application Loader, opened the Preferences (⌘ + ,) and navigated to the 'Advanced' tab.

Disable the Signiant and Aspera Transfer Protocols but leave DAV on.
Disable transfer protocols

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.

Verifying assets with the App Store in Application Loader

I have the same problem and in my case it seems to be related to the LAN network restrictions of my company. The only solution I've found is to use my phone connection (via tethering) and it worked.

Xcode stuck in Uploading package to the App Store stage while uploading

I faced the same problem, and first what I tried was to check my traffic. So I found a process called java (ironic).

The process has since been renamed to com.apple.dt.Xcode.ITunesSoftwareService

Activity monitor

If you will check info about this process there will be tab Open Files and Ports and there in the bottom of the log window, you will see %YourApp%.ipa. And in general if Sent Packets & Sent Bytes increasing that's mean uploading is not stuck it's just can be one of many issues such as:

  • Bad connection
  • Slow upload speed
  • Accepting capacity of Apple servers
  • Highload network
  • etc.

To open Activity Monitor: Open Spotlight(cmd+space or ctrl+space) -> Type Activity Monitor -> open tab Network

Summary: Don't worry, and take your time :)

P.S. For increasing speed of upload you can not include bitcode.

P.S.S. Try also to use the Transporter app, sometimes it helps to speed up uploading. (https://apps.apple.com/in/app/transporter/id1450874784?mt=12)



Related Topics



Leave a reply



Submit