Skip to content

Instantly share code, notes, and snippets.

@keith
Last active March 7, 2025 06:21
Show Gist options
  • Save keith/5b5f61f4cc690aec403afd92aab020c3 to your computer and use it in GitHub Desktop.
Save keith/5b5f61f4cc690aec403afd92aab020c3 to your computer and use it in GitHub Desktop.
Upload an ipa to testflight using altool
#!/bin/bash
set -euo pipefail
xcrun altool --upload-app --type ios --file "path/to/foo.ipa" --username "$ITC_USER" --password "$ITC_PASSWORD"
@zhao0
Copy link

zhao0 commented Mar 7, 2025

use --validate-app instead

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment