Generate password for altool and upload build (ipa) to TestFlight and using altool

  1. Login to https://appleid.apple.com/ 
  2. Generate APP-SPECIFIC PASSWORD
  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. 

Comments

Popular posts from this blog

Xcode Server build number incrementation

Useful git commands