Skip to main content

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, table
Examples:
Response:

asc categories view

View a specific category.
string
required
Category ID (e.g., GAMES)
Examples:

asc categories parent

Get the parent category.
string
required
Category ID
Examples:

asc categories subcategories

List subcategories for a category.
string
required
Category ID
Examples:
Response:

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
Examples:
Response:

Common Usage Patterns

List all categories

Find subcategories for Games

Set app categories

Update categories for an existing app

Common Categories

iOS Categories

  • BOOKS
  • BUSINESS
  • DEVELOPER_TOOLS
  • EDUCATION
  • ENTERTAINMENT
  • FINANCE
  • FOOD_AND_DRINK
  • GAMES
  • GRAPHICS_AND_DESIGN
  • HEALTH_AND_FITNESS
  • LIFESTYLE
  • MAGAZINES_AND_NEWSPAPERS
  • MEDICAL
  • MUSIC
  • NAVIGATION
  • NEWS
  • PHOTO_AND_VIDEO
  • PRODUCTIVITY
  • REFERENCE
  • SHOPPING
  • SOCIAL_NETWORKING
  • SPORTS
  • STICKERS
  • TRAVEL
  • UTILITIES
  • WEATHER

Games Subcategories

  • GAMES_ACTION
  • GAMES_ADVENTURE
  • GAMES_ARCADE
  • GAMES_BOARD
  • GAMES_CARD
  • GAMES_CASINO
  • GAMES_FAMILY
  • GAMES_MUSIC
  • GAMES_PUZZLE
  • GAMES_RACING
  • GAMES_ROLE_PLAYING
  • GAMES_SIMULATION
  • GAMES_SPORTS
  • GAMES_STRATEGY
  • GAMES_TRIVIA
  • GAMES_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
Choosing the right category is important for App Store discoverability. Select the category that best describes your app’s primary functionality.