Skip to content

Instantly share code, notes, and snippets.

@exaland
Created October 21, 2023 21:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save exaland/c1c414b775f765568ed97039cd8498a3 to your computer and use it in GitHub Desktop.
Save exaland/c1c414b775f765568ed97039cd8498a3 to your computer and use it in GitHub Desktop.
Import APK or IPA o Diawi by API
# DIAWI IMPORT APK BY API
curl https://upload.diawi.com/ -F token='TOKEN' \
-F file=@MyApp.ipa \
-F callback_emails='me@company.com'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment