How to upload an iOS app to the app store via command line

后端 未结 4 1303
离开以前
离开以前 2020-12-12 12:00

As part of the countinues integration process of my iPhone application, I want to create a process that will automatically upload the app (.ipa) file to the apple app store.

4条回答
  •  余生分开走
    2020-12-12 12:30

    You should use application loader tool: altool --upload-app -f file -u username [-p password] [--output-format xml]

    As describe in: https://help.apple.com/itc/apploader/#/apdATD1E53-D1E1A1303-D1E53A1126

提交回复
热议问题