Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 1.45 KB

apple-login.md

File metadata and controls

39 lines (27 loc) · 1.45 KB

<% if (isJekyll) { %>--- title: tns appstore position: 5 ---<% } %>

tns apple-login

Description

Uses the provided Apple credentials to obtain Apple session which can be used when publishing to Apple AppStore.

Commands

Usage Synopsis
General $ tns apple-login [<Apple ID>] [<Password>]

<% if((isConsole && isMacOS) || isHtml) { %>

Options

Arguments

  • <Apple ID> and <Password> are your credentials for logging into iTunes Connect.

Command Limitations

Related Commands

Command Description
appstore Lists applications registered in iTunes Connect.
appstore upload Uploads project to iTunes Connect.
build Builds the project for the selected target platform and produces an application package that you can manually deploy on device or in the native emulator.
build ios Builds the project for iOS and produces an APP or IPA that you can manually deploy in the iOS Simulator or on device, respectively.
deploy Builds and deploys the project to a connected physical or virtual device.
run Runs your project on a connected device or in the native emulator for the selected platform.
run ios Runs your project on a connected iOS device or in the iOS Simulator, if configured.
<% } %>