Where to find Application Loader app in Mac?

前端 未结 15 2141
[愿得一人]
[愿得一人] 2020-11-28 08:11

I have downloaded applicationloader_1.3.dmg and installed in the destination Macintosh HD.

The messages show The installation was successfully done. Bu

相关标签:
15条回答
  • 2020-11-28 08:49

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

    0 讨论(0)
  • 2020-11-28 08:50

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

    Go to Xcode > Open Developer Tools > Application Loader

    0 讨论(0)
  • 2020-11-28 08:51

    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.

    0 讨论(0)
  • 2020-11-28 08:52

    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.

    0 讨论(0)
  • 2020-11-28 08:52

    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

    0 讨论(0)
  • 2020-11-28 08:52

    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.

    0 讨论(0)
提交回复
热议问题