Skip to content

Instantly share code, notes, and snippets.

@mglagola
Created February 22, 2018 17:36
Show Gist options
  • Save mglagola/f0d7d3a8d96bef4793dfdf858dbc4d29 to your computer and use it in GitHub Desktop.
Save mglagola/f0d7d3a8d96bef4793dfdf858dbc4d29 to your computer and use it in GitHub Desktop.
# ... preceding step code
# [Optional] See comment above this code snippet to decide
# if you would like to follow this route.
# export $DELIVER_USERNAME=<your-itunes-connect-username>
# export $DELIVER_PASSWORD=<your-itunes-connect-password>
# Use fastlane to upload your current standalone iOS build to test flight on iTunes Connect.
fastlane deliver --verbose --ipa "app.ipa" --skip_screenshots --skip_metadata
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment