iosxcodexcode-botsxcode-server-bots

Which password I should use for altool command line?


Trying to execute altool command, but it fails, that password is incorrect:

xcrun altool --list-apps -u user@domain.com -p PASSWORD

Solution

    1. Login to https://appleid.apple.com/
    2. Generate APP-SPECIFIC PASSWORD enter image description here
    3. Save generated password as later it will not be able to view and edit
    4. Use generated password in the altool.
    Example:
    xcrun altool --validate-app -f best/my/app.ipa -u username@mail.com -p "APP-SPECIFIC-PASSWORD"
    

    Notes: After changing users password all app specific passwords will be revoked.