5

我正在尝试使用 iTMSTransporter 查找 iTunes Connect 元数据。如果我使用 -apple_id 选项,一切正常:

iTMSTransporter -m lookupMetadata -destination ~/Desktop/ -u my_email@gmail.com -apple_id 123456

但是,如果我使用 -vendor_id 选项失败并显示以下输出:

[2017-03-15 20:21:31 PDT] iTMSTransporter -m lookupMetadata -destination ~/Desktop/ -u my_email@gmail.com -vendor_id MY_APP_SKU
[2017-03-15 20:21:31 PDT] <main> DBG-X: Apple's web service operation return value:
[2017-03-15 20:21:31 PDT] <main> DBG-X:   parameter ErrorMessage = No suitable application records were found. Verify your bundle identifier 'null' is correct. (1190)
[2017-03-15 20:21:31 PDT] <main> DBG-X:   parameter Errors = [No suitable application records were found. Verify your bundle identifier 'null' is correct. (1190)]
[2017-03-15 20:21:31 PDT] <main> DBG-X:   parameter ErrorCode = 1190
[2017-03-15 20:21:31 PDT] <main> DBG-X:   parameter Success = false

Apple、iTunesConnect 或 iTMSTransporter 有什么改变吗?在今天之前,-vendor_id 选项一直有效,我仔细检查了我的所有值是否正确。

4

0 回答 0