macos 在 Mac 中哪里可以找到 Application Loader 应用程序?
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/8094317/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Where to find Application Loader app in Mac?
提问by Yuvaraj.M
I have downloaded applicationloader_1.3.dmg
and installed in the destination Macintosh HD.
我已经下载applicationloader_1.3.dmg
并安装在目标 Macintosh HD 中。
The messages show The installation was successfully done. But, there is the ApplicationLoader app that doesn't appear anywhere.
消息显示安装已成功完成。但是,ApplicationLoader 应用程序不会出现在任何地方。
How to install and get the Applicationloader app in Application->Utility
folder?
如何在Application->Utility
文件夹中安装和获取 Applicationloader 应用程序?
I'm using Mac OSX version 10.6.8.
我使用的是 Mac OSX 版本 10.6.8。
回答by Michael Dautermann
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.
在更现代的 Xcode 版本中,您会在“Xcode”菜单(菜单栏中 Apple 右侧的第一个菜单)下找到“Application Loader”,它将隐藏在“Open Developer Tools”子菜单中.
回答by Anson
As of Xcode 11, "Application Loader is no longer included with Xcode", per the Xcode 11 Release Notes:
从Xcode 11 开始,根据Xcode 11 发行说明,“ Xcode不再包含应用程序加载器” :
Xcode supports uploading apps from the Organizer window or from the command line with
xcodebuild
orxcrun altool
. Application Loader is no longer included with Xcode. (29008875)
Xcode 支持从管理器窗口或从命令行使用
xcodebuild
或上传应用程序xcrun altool
。Application Loader 不再包含在 Xcode 中。(29008875)
The Xcode Help page, Upload an app to App Store Connect, explains how to upload from the Xcode Archives Organizer.
Xcode 帮助页面,将应用程序上传到 App Store Connect,解释了如何从 Xcode Archives Organizer 上传。
Transporter
运输车
In October 2019, Apple announced the Transporter appfor macOS, now available in the Mac App Store.
2019 年 10 月,Apple发布了适用于 macOS的 Transporter 应用程序,现已在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.
使用 Transporter,您可以:
- 将您的 .ipa 或 .pkg 文件上传到 App Store Connect。
- 查看交付进度,包括验证警告、错误和交付日志,以便您可以快速解决任何问题。
- 查看过去交付的历史记录,包括日期和时间。
This was previously a download from iTunes Connect for qualified partners (FAQ)
这以前是从 iTunes Connect 为合格合作伙伴下载的(常见问题解答)
Notes on Using the Command Line
使用命令行的注意事项
I've uploaded non-Xcode builds with xcrun altool --upload-app -f path-to-build.ipa -u [email protected]
. 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'
.
我已经上传了非 Xcode 版本的xcrun altool --upload-app -f path-to-build.ipa -u [email protected]
. 它不会显示任何进度,但您可以在活动监视器中看到网络流量。它以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.
xcrun altool --help
用法见。如果您的帐户启用了 2FA,请首先访问https://appleid.apple.com/并生成应用密码。
回答by Simon Epskamp
You can download Application Loader from Itunes Connect.
您可以从 Itunes Connect 下载 Application Loader。
- Go to https://itunesconnect.apple.com/, sign in, and click on Manage Your Apps.
- There is a Download Application Loaderlink at the bottom.
- 转至https://itunesconnect.apple.com/,登录,然后单击“管理您的应用程序”。
- 底部有一个下载应用程序加载程序链接。
At the time of writing, this link is: https://itunesconnect.apple.com/apploader/ApplicationLoader_3.1.dmg
在撰写本文时,此链接为:https: //itunesconnect.apple.com/apploader/ApplicationLoader_3.1.dmg
回答by NightFury
I didn't find application loader anywhere, even in spotlight. You can open it through xcode.
我没有在任何地方找到应用程序加载器,即使是在聚光灯下。你可以通过xcode打开它。
Go to Xcode > Open Developer Tools > Application Loader
转到Xcode > 打开开发者工具 > 应用程序加载器
回答by Jamil Nawaz
With Xcode 11, Application Loader has been removed. The Mac App store now has an app called Transporter.
在 Xcode 11 中,应用程序加载器已被删除。Mac App Store 现在有一个名为 Transporter 的应用程序。
https://apps.apple.com/us/app/transporter/id1450874784?mt=12
https://apps.apple.com/us/app/transporter/id1450874784?mt=12
回答by virtualLast
For anyone finding this now (23/09/2019) Application Loader has been removed from Xcode.
对于现在 (23/09/2019) 发现此问题的任何人,已从 Xcode 中删除了 Application Loader。
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
如果您已经在 Xcode 中构建了应用程序,您应该能够按照这些说明上传和分发您的项目上传应用程序
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.
如果您收到了 .ipa 文件,我不知道该怎么办,例如在构建 Expo 项目时,我会在得到答案后更新这篇文章。
In the mean time more info can be found here. Developer Apple - Whats new
同时,可以在此处找到更多信息。 开发人员 Apple - 最新消息
回答by zszen
application loader page: https://itunesconnect.apple.com/WebObjects/iTunesConnect.woa/ra/ng/resources_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
应用程序加载器 3.1:https: //itunesconnect.apple.com//apploader/ApplicationLoader_3.1.dmg
回答by Vinod Joshi
I have found in following way :
我通过以下方式找到了:
Go to https://itunesconnect.apple.com/, sign in
前往https://itunesconnect.apple.com/,登录
Click "Resources and Help"
点击“资源和帮助”
回答by Amr Angry
回答by denis_lor
You can also upload an app using the Application Loader tool by using it from the terminal:
您还可以从终端使用 Application Loader 工具上传应用程序:
MacBook-Pro:~ denis$ altool --upload-app -f "ios-app.ipa" -u "[email protected]" -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
要
altool
在终端的任何地方使用,您可以通过在终端中键入将其添加到 PATH 环境变量中: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