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

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

    1. Make sure you have an application in "waiting to upload" state.

    2. Create a new keychain Item Named: Xcode:itunesconnect.apple.com provide your credentials to itunes connect.

    3. From the command line: xcrun -sdk iphoneos Validation -online -upload -verbose "path to ipa"

提交回复
热议问题