How to specify app id when upload to iTunesConnect using command line

前端 未结 4 1562
南笙
南笙 2021-01-03 06:08

Summary

I`m trying to automatize my applications upload to iTunesConnect.

I have at least 6 apps and all are always \"ready to upload\".

4条回答
  •  臣服心动
    2021-01-03 06:17

    After the recent changes of iTunes Connect, you might want to check out my new open source library: https://github.com/KrauseFx/deliver

    It will use the iTMSTransporter to upload your app to iTunes Connect.

    You can take a look at how the app is uploaded here: https://github.com/KrauseFx/deliver/blob/master/lib/deliver/itunes_transporter.rb

提交回复
热议问题