UNPKG

nativescript

Version:

Command-line interface for building NativeScript projects

43 lines (29 loc) 1.8 kB
<% if (isJekyll) { %>--- title: ns appstore position: 2 ---<% } %> # ns appstore ### Description Lists all application records in iTunes Connect. The list contains name, version and bundle ID for each application record. ### Commands Usage | Synopsis ---|--- List applications | `$ ns appstore [<Apple ID> [<Password>]]` <% if((isConsole && isMacOS) || isHtml) { %>Upload | `$ ns appstore upload`<% } %> ### Arguments <% if(isHtml) { %> `<Apple ID>` and `<Password>` are your credentials for logging in iTunes Connect. If you do not provide them when running the command, the NativeScript CLI will prompt you to provide them. ### Options * `--team-id` - Specifies the team id for which Xcode will try to find distribution certificate and provisioning profile when exporting for AppStore submission. ### Command Limitations * You can run `$ ns appstore upload` only on macOS systems. ### Related Commands Command | Description ----------|---------- [appstore upload](appstore-upload.html) | Uploads project to iTunes Connect. [build](../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. [build ios](../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. [deploy](../project/testing/deploy.html) | Builds and deploys the project to a connected physical or virtual device. [run](../project/testing/run.html) | Runs your project on a connected device or in the native emulator for the selected platform. [run ios](../project/testing/run-ios.html) | Runs your project on a connected iOS device or in the iOS Simulator, if configured. <% } %>