sync_stores

Sync metadata between both app stores in a single operation.

Description

This tool synchronizes your app metadata to both App Store Connect and Google Play Console simultaneously. It handles the different field requirements and character limits for each store automatically.

Parameters

ParameterTypeRequiredDescription
projectIdstringNoProject ID (uses default if not specified)
directionstringNopush (upload), pull (download), or both
storesstring[]NoStores to sync: appstore, playstore, or both
localesstring[]NoSpecific locales to sync (default: all)

Example Usage

Ask Claude to sync your stores:

Natural Language Promptstext
"Sync my app metadata to both stores"
"Pull the latest metadata from App Store and Play Store"
"Push the updated descriptions to both stores"

Response

{
"success": true,
"synced": {
"appstore": {
"status": "success",
"locales": 12,
"fields": 9
},
"playstore": {
"status": "success",
"locales": 12,
"fields": 5
}
},
"summary": "Successfully synced 12 locales to both stores"
}

Field Mapping

App StorePlay StoreNotes
nametitleiOS: 30 chars, Play: 50 chars
subtitleshortDescriptioniOS: 30 chars, Play: 80 chars
descriptionfullDescriptionBoth: 4000 chars
whatsNewrecentChangesiOS: 4000 chars, Play: 500 chars