Skip to main content

Apps

List and manage apps in App Store Connect

Overview

The apps command is the main app-management surface for App Store Connect. App creation no longer lives under asc apps in 1.0. Use asc web apps create for the unofficial web-session creation flow, and see the Migrate to 1.0 guide if you are updating older scripts.

Commands

asc apps list

List apps from App Store Connect.
string
Filter by bundle ID(s), comma-separated
string
Filter by app name(s), comma-separated
string
Filter by SKU(s), comma-separated
string
Sort by: name, -name, bundleId, -bundleId
integer
Maximum results per page (1-200)
string
Fetch next page using a links.next URL
boolean
default:"false"
Automatically fetch all pages (aggregate results)
string
default:"json"
Output format: json, table, markdown
Examples:
Response:

asc apps view

View app details by ID.
string
required
App Store Connect app ID
string
default:"json"
Output format: json, table
Examples:
Response:

asc apps update

Update an app’s bundle ID, primary locale, or content rights declaration.
string
required
App Store Connect app ID
string
Update bundle ID
string
Update primary locale (e.g., en-US)
string
Content rights declaration: DOES_NOT_USE_THIRD_PARTY_CONTENT or USES_THIRD_PARTY_CONTENT
Examples:
Response:

asc apps wall

Display a visual wall of app icons and metadata. Examples:

Other App Surfaces

The apps family also includes several app-scoped surfaces that are not fully expanded on this page yet:
  • asc apps wall - Show or contribute to the community Wall of Apps
  • asc apps public - Inspect public App Store storefront data
  • asc apps ci-product - View the CI product for an app
  • asc apps remove-beta-testers - Remove beta testers from an app
  • asc apps subscription-grace-period - Inspect an app’s subscription grace period
  • asc apps search-keywords - Manage raw search-keyword relationships
  • asc apps app-encryption-declarations - List app encryption declarations
  • asc apps content-rights - Manage content-rights declarations
Use asc apps --help and asc apps <subcommand> --help to inspect the current surface before scripting against a specific app workflow.

Common Usage Patterns

List all apps and filter by bundle ID

Create an app with the web flow

View app details

Update app metadata

Environment Variables

  • ASC_APP_ID - Default app ID for commands that require --app