How to use iTMSTransporter?

前端 未结 5 1301
天涯浪人
天涯浪人 2020-12-23 18:50

I have 50 achievements to upload to iTunes Connect. I have read that you can do this using iTMSTransporter however I cannot find references or examples of the script or meta

5条回答
  •  我在风中等你
    2020-12-23 19:01

    use altool -- it works the same as iTMSTransporter, but a bit more concise.

    It's found here:

    /Applications/Xcode.app/Contents/Applications/Application\ Loader.app/Contents/Frameworks/ITunesSoftwareService.framework/Support/altool
    

    use as follows in a post-run jenkins script:

    $ altool --upload-app -f /path/to/app.ipa -u USERNAME -p PASSWORD 
    

提交回复
热议问题