gpt4 book ai didi

ios - iTMSTransporter失败,错误为-20101

转载 作者:行者123 更新时间:2023-12-01 19:09:13 24 4
gpt4 key购买 nike

我昨天收到了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

信息:我的密码包含特殊字符。因此,我尝试通过带引号和不带引号的密码。

最佳答案

@Tafkadasoh是导致问题的美元符号。由于$字符是为unix中的不同类型的变量保留的,因此必须对其进行转义。

代替

-p 'Pass$123'


-p 'Pass\$123'

关于ios - iTMSTransporter失败,错误为-20101,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/17746536/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com