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

前端 未结 4 1552
南笙
南笙 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:37

    I released a gist to get the identifier of the next app to be published on iTunesConnect: https://gist.github.com/KrauseFx/db0ea9c884465e507602

    I couldn't find a way to specify the app you want to upload. At least now there is a way to receive the identifier of the next app to be uploaded.

    Basically I use the 'xcrun -sdk iphoneos Validation' command and read its output to determine the identifier.

提交回复
热议问题