135

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.

trejder
  • 17,148
  • 27
  • 124
  • 216
Yuvaraj.M
  • 9,741
  • 16
  • 71
  • 100

18 Answers18

220

In more modern versions of Xcode, you'll find "Application Loader" under the "Xcode" menu (the first menu to the right of the Apple in the menu bar) and it'll be hiding in the "Open Developer Tools" submenu.

enter image description here

Cœur
  • 37,241
  • 25
  • 195
  • 267
Michael Dautermann
  • 88,797
  • 17
  • 166
  • 215
  • I have searched in my spotlight search and got the application loader app. Thanks for your spot response. – Yuvaraj.M Nov 11 '11 at 14:24
  • 1
    Thank you! Neither Spotlight, nor Alfred can find it. Screenshot added to show my gratitude. – Bruno Bronosky Apr 18 '16 at 22:28
  • None of the downloaded versions, nor the app returned from spotlight, allowed me to log in to (what it calls) 'itunes connect'. They all prompted 'invalid login'. Only the menu link from xcode, whatever it is, actually worked. – commonpike Aug 20 '18 at 12:58
  • The version found by Spotlight might differ from the version you get using this approach. For me, opening Application Loader through Xcode resulted in a newer version that resolved an upload error. – Jasper Kuperus Jul 25 '19 at 09:18
  • Xocde 11 removed it, any way I can get it back? – Richard Fu Sep 25 '19 at 08:26
  • 1
    Unfortunately, Application Loader has gone with Xcode 11. You may use `xcrun altool`. See `man altool`. – Hauke Sep 26 '19 at 16:11
  • what is mean by xcrun altool.? – vicky keshri Dec 18 '19 at 08:47
107

As of Xcode 11, "Application Loader is no longer included with Xcode", per the Xcode 11 Release Notes:

Xcode supports uploading apps from the Organizer window or from the command line with xcodebuild or xcrun altool. Application Loader is no longer included with Xcode. (29008875)

The Xcode Help page, Upload an app to App Store Connect, explains how to upload from the Xcode Archives Organizer.

Transporter

In October 2019, Apple announced the Transporter app for macOS, now available in the Mac App Store.

With Transporter you can:

  • Upload your .ipa or .pkg files to App Store Connect.
  • View delivery progress, including validation warnings, errors, and delivery logs, so you can quickly fix any issues.
  • See a history of past deliveries, including date and time.

This was previously a download from iTunes Connect for qualified partners (FAQ)

Notes on Using the Command Line

I've uploaded non-Xcode builds with xcrun altool --upload-app -f path-to-build.ipa -u your-account@apple.com. It won't show any progress, but you can see the network traffic in Activity Monitor. It finishes with No errors uploading 'path-to-build.ipa'.

See xcrun altool --help for usage. If your account has 2FA enabled, first visit https://appleid.apple.com/ and generate an app password.

Anson
  • 6,575
  • 2
  • 39
  • 33
  • Ok, but this does not work if you have a .pkg built with electron etc. I could download this https://itunesconnect.apple.com/apploader/ApplicationLoader_3.1.dmg and it still works, but what to do if they stop support it? – Steffan Sep 23 '19 at 22:38
  • 1
    @Steffan, I added details on using `xcrun altool`. I've uploaded Expo builds downloaded from their build system, so it should work for your scenario too. – Anson Sep 24 '19 at 18:29
  • In xcode 11, you can use Transpoter application for sending the ipa to test flight. – vicky keshri Dec 18 '19 at 09:17
  • 1
    Thx, Transporter seems to work although it takes absolute ages. FYI your link to the App Store is broken – Henrik Erlandsson Mar 20 '20 at 10:23
  • Fixed the broken App Store link. Thanks @HenrikErlandsson! – Anson Mar 20 '20 at 18:30
30

You can download Application Loader from Itunes Connect.

At the time of writing, this link is: https://itunesconnect.apple.com/apploader/ApplicationLoader_3.1.dmg

Simon Epskamp
  • 8,813
  • 3
  • 53
  • 58
26

I didn't find application loader anywhere, even in spotlight. You can open it through xcode.

Go to Xcode > Open Developer Tools > Application Loader

NightFury
  • 13,436
  • 6
  • 71
  • 120
  • /Applications/Xcode.app/Contents/Applications/Application Loader.app/Contents/Frameworks/ITunesSoftwareService.framework/Versions/A/Support – a.ajwani Dec 08 '16 at 14:23
17

With Xcode 11, Application Loader has been removed. The Mac App store now has an app called Transporter.

https://apps.apple.com/us/app/transporter/id1450874784?mt=12

Jamil
  • 1,825
  • 1
  • 11
  • 11
8

For anyone finding this now (23/09/2019) Application Loader has been removed from Xcode.

If you have built the application in Xcode you should be able to follow these instructions to upload your and distribute your project Upload an app

I am not sure what to do if you have been given a .ipa file, for example when building an Expo project, I'll update this post when i have an answer.

In the mean time more info can be found here. Developer Apple - Whats new

virtualLast
  • 573
  • 1
  • 5
  • 19
5

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

zszen
  • 1,428
  • 1
  • 14
  • 18
  • I could reach the 3.1 download only by modifying the 3.0 URl manually. Documentation says 3.0. Do you have a link leading to some landing page with the 3.1 download link on it, so we know it's public release? – Henrik Erlandsson Oct 08 '15 at 08:11
  • First link no longer has App Loader on it, second link 404s. See other answers about Transporter. – Eliot Gillum Mar 05 '20 at 01:50
4

I have found in following way :

Go to https://itunesconnect.apple.com/ , sign in

Click "Resources and Help"

enter image description here

enter image description here

Vinod Joshi
  • 7,696
  • 1
  • 50
  • 51
3

you can find it by going to xcode > open developer tool > application Loader

enter image description here

Amr Angry
  • 3,711
  • 1
  • 45
  • 37
2

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
denis_lor
  • 6,212
  • 4
  • 31
  • 55
1

Now you can upload your app binary with the Transporter app.

You can download Transporter from Mac AppStore Here

Here apple mentioned its used for uploading.

Guru
  • 21,652
  • 10
  • 63
  • 102
0

Application Loader now moved to tools

https://itunespartner.apple.com/en/apps/tools

Rangi Lin
  • 9,303
  • 6
  • 45
  • 71
  • it looks like it is gone now. :( anyway, here is the hotlink to the file https://itunesconnect.apple.com/apploader/ApplicationLoader_3.1.dmg – Rangi Lin Jan 29 '16 at 10:21
  • I've installed one from previous answer and couldn't sign in with it (3.1). Then I've found that I actually have it also in XCode > OpenDeveloper Tool menu and that one worked. – laggyluk Jan 30 '16 at 12:52
0

It's in Applications > Xcode > Show package contents > Contents > Applications - but easier to open from Xcode!

Adam Maloney
  • 525
  • 4
  • 12
0

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.

user150812
  • 99
  • 1
  • 9
0

With Application Loader now gone from Xcode I had a look around to see how to upload an .ipa file, since I use UE4 and I don't touch Xcode at all during development. Turns out it's pretty hidden away, You need to go to Window, Organiser, Archives. The archive will only appear if you ticked the "Generate Xcode Archive Package" tickbox in Project Settings. Then you just click Distribute and it's just does it.

  • 1
    When you say "The archive will only appear if you ticked the "Generate Xcode Archive Package" tickbox in Project Settings". Which project? How do you get xCode to see that Archive? – Edamreed Oct 10 '19 at 15:57
0

Application Loader has been removed from XCode 11, the alternative app is Transporter. you can download it from the appstore with the following link:

https://apps.apple.com/ca/app/transporter/id1450874784?mt=12

mohsen
  • 4,698
  • 1
  • 33
  • 54
0

Now you can use Transporter app instead of Application Loader.

Download Transporter App from this link: https://apps.apple.com/us/app/transporter/id1450874784?mt=12

Sandip Patel - SM
  • 3,346
  • 29
  • 27
0

If anybody is still looking for the Application loader, it has been removed and replaced with Apple Transporter. Download from the mac AppStore.