--username: The username of the Apple ID to upload the IPA as.
--password: The app-specific password to use when uploading the IPA (see below).
The following optional parameters may also be specified:
--itms-transporter-path: The path to ITMSTransporter for uploading.
--emit-app-name: Emits the application name as part of output.
--notify-only-on-failure: Output will only be emitted in the event of a failure.
--slack-url: The hook URL for posting to Slack.
--timeout: A timeout specified in seconds to wait on the upload.
--verbose: Emits more detailed output.
--verbose-on-failure: In the event of a failure, verbose output will be emitted to help diagnose the issue.
App-Specific Passwords
An app-specific password is one which is generated and then provided to a third-party app to allow limited access to perform authorized actions using your Apple ID. This prevents your account credentials from being compromised.
In order to generate an app-specific password login at https://appleid.apple.com and then scroll down to the Security section. Under App-Specific Passwords, follow the Generate Password… link.
Connectivity - Improves on Reachability for determining Internet connectivity in your iOS application.
FeatureFlags - Allows developers to configure feature flags, run multiple A/B or MVT tests using a bundled / remotely-hosted JSON configuration file.
FlexibleRowHeightGridLayout - A UICollectionView grid layout designed to support Dynamic Type by allowing the height of each row to size to fit content.
Hash - Lightweight means of generating message digests and HMACs using popular hash functions including MD5, SHA-1, SHA-256.
Skylark - Fully Swift BDD testing framework for writing Cucumber scenarios using Gherkin syntax.
TailorSwift - A collection of useful Swift Core Library / Foundation framework extensions.
TypographyKit - Consistent & accessible visual styling on iOS with Dynamic Type support.
Updates - Automatically detects app updates and gently prompts users to update.
Uploads your apps to TestFlight & App Store.
Features
For more information on IPA Uploader, take a look at the keynote presentation.
Installation
Homebrew
To install using Homebrew:
Usage
The IPA Uploader tool is invoked as follows:
--ipa-path
: The path to the IPA to be uploaded.--username
: The username of the Apple ID to upload the IPA as.--password
: The app-specific password to use when uploading the IPA (see below).The following optional parameters may also be specified:
--itms-transporter-path
: The path to ITMSTransporter for uploading.--emit-app-name
: Emits the application name as part of output.--notify-only-on-failure
: Output will only be emitted in the event of a failure.--slack-url
: The hook URL for posting to Slack.--timeout
: A timeout specified in seconds to wait on the upload.--verbose
: Emits more detailed output.--verbose-on-failure
: In the event of a failure, verbose output will be emitted to help diagnose the issue.App-Specific Passwords
An app-specific password is one which is generated and then provided to a third-party app to allow limited access to perform authorized actions using your Apple ID. This prevents your account credentials from being compromised.
In order to generate an app-specific password login at https://appleid.apple.com and then scroll down to the Security section. Under App-Specific Passwords, follow the Generate Password… link.
Author
Ross Butler
License
IPA Uploader is available under the MIT license. See the LICENSE file for more info.
Additional Software
Controls
Frameworks
Tools
cdd
from the Terminal.