Overview
App Info commands manage version-specific metadata like descriptions, keywords, What’s New text, and other localization data.Commands
asc app-info get
Get App Store version localization metadata.
App Store Connect app ID (or
ASC_APP_ID env variable)App Info ID (optional override)
App Store version ID (optional override)
App Store version string (optional)
Platform:
IOS, MAC_OS, TV_OS, VISION_OS (required with --version)Filter by app store state(s), comma-separated
Filter by locale(s), comma-separated
Maximum results per page (1-200)
Fetch next page using a links.next URL
Automatically fetch all pages
Include related resources (comma-separated):
ageRatingDeclaration, territoryAgeRatings, primaryCategory, primarySubcategoryOne, primarySubcategoryTwo, secondaryCategory, secondarySubcategoryOne, secondarySubcategoryTwoasc app-info set
Create or update App Store version metadata.
App Store Connect app ID (or
ASC_APP_ID env variable)App Store version ID (optional override)
App Store version string (optional)
Platform:
IOS, MAC_OS, TV_OS, VISION_OS (required with --version)Filter by app store state(s), comma-separated
Locale (e.g., en-US)
Copy submit-required fields (description, keywords, support-url) from this locale when missing
App description
Keywords (comma-separated)
Support URL
Marketing URL
Promotional text
What’s New text
Common Usage Patterns
Get metadata for the latest version
Update What’s New text
Create a new locale by copying from existing
Get metadata with related resources
Submit-Required Fields
The following fields are required for submission:description- App descriptionkeywords- Search keywordssupportUrl- Support URL
Metadata Fields
Description
A description of your app, detailing features and functionality.- Maximum length: 4000 characters
- Required for submission
Keywords
One or more keywords that describe your app. Keywords make App Store search results more accurate.- Separate keywords with English commas, Chinese commas, or a mix of both
- Maximum 100 characters
- Required for submission
Support URL
A URL with support information for your app.- Must be a valid URL
- Required for submission
Marketing URL
A URL with marketing information about your app.- Must be a valid URL
- Optional
Promotional Text
Promotional text lets you inform your App Store visitors of any current app features without requiring an updated submission.- Maximum 170 characters
- Can be updated at any time
- Optional
What’s New
Describe what’s new in this version of your app, such as new features, improvements, and bug fixes.- Maximum 4000 characters
- Version-specific
- Optional (but recommended)
Version Resolution
If multiple versions exist and no--version-id or --version is provided, the most recently created version is used.