Overview
App management commands allow you to list, create, retrieve, and update apps in App Store Connect.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 get
Get app details by ID.
App Store Connect app ID
Output format:
json, tableasc apps create
Create a new app in App Store Connect.
App creation requires Apple ID authentication (not API key). If 2FA is enabled, you may need to complete authentication in a browser first.
App name
Bundle ID (e.g., com.example.app)
Unique SKU for the app
Primary locale (e.g., en-US, en-GB, de-DE)
Platform:
IOS, MAC_OS, UNIVERSALApple ID (email) for authentication
Apple ID password (will prompt if not provided)
2FA verification code (if prompted)
Auto-retry with a unique app name when the chosen name is already in use
asc 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:
Common Usage Patterns
List all apps and filter by bundle ID
Create an app with minimal flags
Get app details
Update app metadata
Environment Variables
ASC_APP_ID- Default app ID for commands that require--app
