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

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

    http://diegopeinador.blogspot.com/2013/10/automatic-app-creation-and-binary-upload.html this article contains the solution, but you have to use iTMSTransporter (Application Loader's command line tool) instead of xcrun Validation.

    Basically you need only the last line from the script in the article. I've simplified it by removing params that I don't need, so it looks

    /path/to/iTMSTransporter -u "${ITUNESCONNECT_LOGIN}" -p "${ITUNESCONNECT_PASSWORD}" -m upload -v critical -f /path/to/.itmp/or/folder/containing/.itmp
    

提交回复
热议问题