nativescript
Version:
Command-line interface for building NativeScript projects
35 lines (25 loc) • 1.42 kB
Markdown
<% if (isJekyll) { %>---
title: ns apple-login
position: 5
---<% } %>
Uses the provided Apple credentials to obtain Apple session which can be used when publishing to Apple AppStore.
Usage | Synopsis
---|---
General | `$ ns apple-login [<Apple ID>] [<Password>]`
* `<Apple ID>` and `<Password>` are your credentials for logging into iTunes Connect.
<% if(isHtml) { %>s
Command | Description
----------|----------
[](appstore.html) | Lists applications registered in iTunes Connect.
[](appstore-upload.html) | Uploads project to iTunes Connect.
[](../project/testing/build.html) | 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.
[](../project/testing/build-ios.html) | Builds the project for iOS and produces an APP or IPA that you can manually deploy in the iOS Simulator or on device, respectively.
[](../project/testing/deploy.html) | Builds and deploys the project to a connected physical or virtual device.
[](../project/testing/run.html) | Runs your project on a connected device or in the native emulator for the selected platform.
[](../project/testing/run-ios.html) | Runs your project on a connected iOS device or in the iOS Simulator, if configured.
<% } %>