ios-uploader
v4.0.2
Published
Easy to use, cross-platform tool to upload an iOS app to itunes-connect.
Readme
Installation
System Requirements
- OS: Windows, macOS or Linux
- Node.js: v20 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-uploaderThe program is also available as standalone binaries for all major OS:es on github.com.
Usage
Basic usage:
$ ios-uploader -u <username> -p <password> -f <path/to/app.ipa>Note The password should be an app-specific password, not your standard Apple Account password. More information: 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 or http(s):// URL)
-c, --concurrency <number> number of concurrent upload tasks to use (default: 4)
-s, --status display upload status and exit
-h, --help output this help message and exitDisclaimer
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.
