App Store

Upload IPA

+

Drop .ipa file here or tap to browse

CLI Upload

curl -X POST ${location.origin}/api/upload \
  -H "X-Api-Token: YOUR_TOKEN" \
  -F "ipa=@path/to/app.ipa" \
  -F "notes=Build notes"