An open API service indexing awesome lists of open source software.

https://github.com/simonnilsson/ios-uploader

Easy to use, cross-platform tool to upload iOS apps to App Store Connect.
https://github.com/simonnilsson/ios-uploader

Last synced: 5 minutes ago
JSON representation

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

Awesome Lists containing this project

README

          



ios-uploader








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


## 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`.

```sh
npm install -g ios-uploader
```

The program is also available as standalone binaries for all major OS:es on [github.com](https://github.com/simonnilsson/ios-uploader/releases).


## Usage

Basic usage:

```sh
$ ios-uploader -u -p -f
```

> **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 your Apple ID
-p, --password app-specific password for your Apple ID
-f, --file path to .ipa file for upload (local file or http(s):// URL)
-c, --concurrency 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](LICENSE)