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

后端 未结 4 1280
离开以前
离开以前 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:32

    The previous reply does not work with the new iTunes Connect any more.

    You need to use the iTunes Transporter to upload your app to iTunes Connect. Check out the source code of deliver on GitHub: https://github.com/fastlane/fastlane/blob/master/fastlane_core/lib/fastlane_core/itunes_transporter.rb

    You can use deliver to automatically upload new updates to the App Store: https://fastlane.tools/deliver

提交回复
热议问题