iTMSTransporter -vendor_id选项不起作用

sti*_*108 5 itunesconnect ios itmstransporter

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

iTMSTransporter -m lookupMetadata -destination ~/Desktop/ -u my_email@gmail.com -apple_id 123456
Run Code Online (Sandbox Code Playgroud)

但是,如果我使用-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
Run Code Online (Sandbox Code Playgroud)

Apple,iTunesConnect或iTMSTransporter有什么变化吗?在今天之前,-vendor_id选项一直有效,我已经仔细检查过我的所有值都是正确的.