Category Commands
Manage App Store categories
Overview
Category commands manage App Store categories for your app, including primary and secondary categories.Commands
asc categories list
List available App Store categories.
integer
default:"200"
Maximum results to fetch (1-200)
string
default:"json"
Output format:
json, tableasc categories view
View a specific category.
string
required
Category ID (e.g., GAMES)
asc categories parent
Get the parent category.
string
required
Category ID
asc categories subcategories
List subcategories for a category.
string
required
Category ID
asc categories set
Set primary and secondary categories for an app.
The app must have an editable version in PREPARE_FOR_SUBMISSION state.
string
required
App Store Connect app ID
string
required
Primary category ID
string
Secondary category ID
string
Primary category first subcategory ID
string
Primary category second subcategory ID
string
Secondary category first subcategory ID
string
Secondary category second subcategory ID
Common Usage Patterns
List all categories
Find subcategories for Games
Set app categories
Update categories for an existing app
Common Categories
iOS Categories
BOOKSBUSINESSDEVELOPER_TOOLSEDUCATIONENTERTAINMENTFINANCEFOOD_AND_DRINKGAMESGRAPHICS_AND_DESIGNHEALTH_AND_FITNESSLIFESTYLEMAGAZINES_AND_NEWSPAPERSMEDICALMUSICNAVIGATIONNEWSPHOTO_AND_VIDEOPRODUCTIVITYREFERENCESHOPPINGSOCIAL_NETWORKINGSPORTSSTICKERSTRAVELUTILITIESWEATHER
Games Subcategories
GAMES_ACTIONGAMES_ADVENTUREGAMES_ARCADEGAMES_BOARDGAMES_CARDGAMES_CASINOGAMES_FAMILYGAMES_MUSICGAMES_PUZZLEGAMES_RACINGGAMES_ROLE_PLAYINGGAMES_SIMULATIONGAMES_SPORTSGAMES_STRATEGYGAMES_TRIVIAGAMES_WORD
Category Requirements
- Every app must have a primary category
- Apps can optionally have a secondary category
- Some categories (like GAMES) support up to two subcategories
- Categories must be appropriate for the app’s platform (iOS, macOS, tvOS, visionOS)
- The app must have an editable version to change categories