Easy to use, cross-platform tool to upload an iOS app to itunes-connect.
npm install ios-uploader




Easy to use, cross-platform tool to upload iOS apps to App Store Connect.
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.
``sh`
npm install -g ios-uploader
The program is also available as standalone binaries for all major OS:es on github.com.
If you have used altool previously to upload applications the process should be very familiar.
`sh`
$ ios-uploader -u
is equivalent to the following command using altool (macOS only):
`sh`
$ xcrun altool --upload-app -u
> See this page for information on how to generate an app specific password:
https://support.apple.com/en-us/HT204397
```
-v, --version output the current version and exit
-u, --username
-p, --password
-f, --file
-c, --concurrency
-h, --help output this help message and exit
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.