nativescript
Version:
Command-line interface for building NativeScript projects
38 lines (27 loc) • 1.54 kB
Markdown
<% if (isJekyll) { %>---
title: ns publish
position: 4
---<% } %>
Uploads project to an application store.
<% if(isConsole && (isLinux || isWindows)) { %>WARNING: You can run this command only on macOS systems. To view the complete help for this command, run `$ ns help publish ios`<% } %>
Usage | Synopsis
---|---
General | `$ ns publish ios`
<% if(isHtml) { %>
* You can run `$ ns publish` only on macOS systems.
* Currently, you can use `$ ns publish` only to publish iOS applications.
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.
<% } %>