Distribute ipa to iTunes connect from command line

风格不统一 提交于 2019-12-04 10:32:49

The Apple way to do it is application loader tool: altool --upload-app -f file -u username [-p password] [--output-format xml]

As described here: https://help.apple.com/itc/apploader/#/apdATD1E53-D1E1A1303-D1E53A1126

In case you are still looking for a good solution, check out deliver, an open source library to automate the submission of your app: https://github.com/KrauseFx/deliver

It will use the iTunes transporter under the hood. You can check out the source code of the actual upload here: https://github.com/KrauseFx/deliver/blob/master/lib/deliver/itunes_transporter.rb

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!