GithubHelp home page GithubHelp logo

zeerakt / ios-uploader Goto Github PK

View Code? Open in Web Editor NEW

This project forked from simonnilsson/ios-uploader

0.0 0.0 0.0 780 KB

Easy to use, cross-platform tool to upload iOS apps to App Store Connect.

License: MIT License

JavaScript 100.00%

ios-uploader's Introduction

ios-uploader

npm build coverage install size

Easy to use, cross-platform tool to upload iOS apps to App Store Connect.

Installation

System Requirements

  • OS: Windows, macOS or Linux
  • Node.js: v10 or newer (bundled with standalone binaries)

If you have Node.js and npm installed the simplest way is to just install the package globally. The tool will automatically be added to your PATH as ios-uploader.

npm install -g ios-uploader

The program is also available as standalone binaries for all major OS:es on github.com.

Usage

If you have used altool previously to upload applications the process should be very familiar.

$ ios-uploader -u <username> -p <password> -f <path/to/app.ipa>

is equivalent to the following command using altool (macOS only):

$ xcrun altool --upload-app -u <username> -p <password> -f <path/to/app.ipa>

See this page for information on how to generate an app specific password:
https://support.apple.com/en-us/HT204397

Options

  -v, --version               output the current version and exit
  -u, --username <string>     your Apple ID
  -p, --password <string>     app-specific password for your Apple ID
  -f, --file <string>         path to .ipa file for upload (local file, http:// or https:// URL)
  -c, --concurrency <number>  number of concurrent upload tasks to use (default: 4)
  -h, --help                  output this help message and exit

Disclaimer

This package is not endorsed by or in any way associated with Apple Inc. It is provided as is without warranty of any kind. The program may stop working at any time without prior notice if Apple decides to change the API.

License

MIT

ios-uploader's People

Contributors

dependabot[bot] avatar simonnilsson avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.