I have downloaded applicationloader_1.3.dmg
and installed in the destination Macintosh HD.
The messages show The installation was successfully done. But, there is the ApplicationLoader app that doesn't appear anywhere.
How to install and get the Applicationloader app in Application->Utility
folder?
I'm using Mac OSX version 10.6.8.
I didn't find application loader anywhere, even in spotlight. You can open it through xcode.
Go to Xcode > Open Developer Tools > Application Loader
You can download Application Loader from Itunes Connect.
- Go to https://itunesconnect.apple.com/ , sign in, and click on Manage Your Apps.
- There is a Download Application Loader link at the bottom.
At the time of writing, this link is: https://itunesconnect.apple.com/apploader/ApplicationLoader_3.1.dmg
application loader page: https://itunesconnect.apple.com/WebObjects/iTunesConnect.woa/ra/ng/resources_page
application loader 3.1: https://itunesconnect.apple.com//apploader/ApplicationLoader_3.1.dmg
I have found in following way :
Go to https://itunesconnect.apple.com/ , sign in
Click "Resources and Help"


Application Loader now moved to tools
It's in Applications > Xcode > Show package contents > Contents > Applications - but easier to open from Xcode!
This error had me really scared because I make my app using Adobe AIR, so once my AIR builder (FDT) tells me it has packaged it, I really have very little I can do if it fails.
I got this error when I uploaded my ipa through the Application Loader (v3.0 [620]) that I had downloaded from the link they provide when submitting the binary. I tried uploading the ipa through Xcode > Application Loader (v3.6 [1020]) and it worked fine.
I am going to write to Apple about this once my blood pressure returns to normal.
You can also upload an app using the Application Loader tool by using it from the terminal:
MacBook-Pro:~ denis$ altool --upload-app -f "ios-app.ipa" -u "applestore@email.com" -p "yourpassword"
To use
altool
from anywhere in the terminal you could add it to your PATH env variable by typing in terminal:MacBook-Pro:~ denis$ export PATH=$PATH:/Applications/Xcode.app/Contents/Applications/Application\ Loader.app/Contents/Frameworks/ITunesSoftwareService.framework/Support/ MacBook-Pro:~ denis$ source ~/.bash_profile
来源:https://stackoverflow.com/questions/8094317/where-to-find-application-loader-app-in-mac