【发布时间】:2013-07-18 18:22:21
【问题描述】:
我昨天收到一封来自 Apple 的电子邮件,称现在可以使用名为 Transporter 的命令行工具提供 App Store 元数据本地化。
我从 iTunes Connect 下载了 iTunes_Store_Transporter_Quick_Start_Guide_v2.pdf,并按照示例简单查找了应用的元数据:
To initiate lookup mode, use the following command:
$ iTMSTransporter -m lookupMetadata -u [iTunes Connect user name]
-p [iTunes Connect password] -vendor_id [App SKU]
-destination [destination path for App Store Package]
但是,尽管我输入的登录凭据和所有其他信息都是正确的,但我总是收到以下错误:
[2013-07-19 14:34:40 MESZ] <main> DBG-X: parameter Errors = [Directory Services reported the following error: Your Apple ID or password was entered incorrectly. (-20101)]
[2013-07-19 14:34:40 MESZ] <main> ERROR: Apple's web service operation was not successful
[2013-07-19 14:34:40 MESZ] <main> ERROR: An error occurred while looking up the metadata.
[2013-07-19 14:34:40 MESZ] <main> ERROR: Directory Services reported the following error: Your Apple ID or password was entered incorrectly. (-20101)
[2013-07-19 14:34:40 MESZ] <main> DBG-X: The error code is: -20101
INFOS:我的密码包含特殊字符。因此,我尝试传递带引号和不带引号的密码。
【问题讨论】:
-
可以请拥有 1500+ 声誉的人创建并添加标签“itmstransporter”吗?谢谢。
标签: ios xml macos command-line app-store-connect