Apps
List and manage apps in App Store Connect
Overview
Theapps 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.
Filter by bundle ID(s), comma-separated
Filter by app name(s), comma-separated
Filter by SKU(s), comma-separated
Sort by:
name, -name, bundleId, -bundleIdMaximum results per page (1-200)
Fetch next page using a links.next URL
Automatically fetch all pages (aggregate results)
Output format:
json, table, markdownasc apps view
View app details by ID.
App Store Connect app ID
Output format:
json, tableasc apps update
Update an app’s bundle ID, primary locale, or content rights declaration.
App Store Connect app ID
Update bundle ID
Update primary locale (e.g., en-US)
Content rights declaration:
DOES_NOT_USE_THIRD_PARTY_CONTENT or USES_THIRD_PARTY_CONTENTasc apps wall
Display a visual wall of app icons and metadata.
Examples:
Other App Surfaces
Theapps 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 Appsasc apps public- Inspect public App Store storefront dataasc apps ci-product- View the CI product for an appasc apps remove-beta-testers- Remove beta testers from an appasc apps subscription-grace-period- Inspect an app’s subscription grace periodasc apps search-keywords- Manage raw search-keyword relationshipsasc apps app-encryption-declarations- List app encryption declarationsasc apps content-rights- Manage content-rights declarations
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