How should the keychain option be used for altool?

前端 未结 3 1818
故里飘歌
故里飘歌 2021-02-12 20:39

I\'m trying to use the @keychain option with the -p switch in altool in order to load my iTunes Connect password from the keychain:



        
3条回答
  •  庸人自扰
    2021-02-12 21:07

    The way that worked for me was logging in with the Application Loader itself (check the "Keep me logged in" option) and use the keychain entry of the Application Loader.

    So my command looks like this:

    altool --validate-app -f APPLICATION.ipa -u my@apple.id -p @keychain:"Application Loader: my@apple.id"
    

提交回复
热议问题