New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

ios-uploader

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ios-uploader

Easy to use, cross-platform tool to upload an iOS app to itunes-connect.

latest
Source
npmnpm
Version
3.0.3
Version published
Weekly downloads
280
79.49%
Maintainers
1
Weekly downloads
 
Created
Source

ios-uploader

npm build coverage install size Awesome

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

Installation

System Requirements

  • OS: Windows, macOS or Linux
  • Node.js: v18 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(s):// or ftp:// 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

Keywords

ipa

FAQs

Package last updated on 21 Apr 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts