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
| Parameter | Type | Required | Description |
|---|---|---|---|
projectId | string | No | Project ID (uses default if not specified) |
direction | string | No | push (upload), pull (download), or both |
stores | string[] | No | Stores to sync: appstore, playstore, or both |
locales | string[] | No | Specific 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
The sync tool automatically maps fields between stores. For example, iOS subtitle maps to Play Store shortDescription, and iOS whatsNew maps to Play Store recentChanges.
Field Mapping
| App Store | Play Store | Notes |
|---|---|---|
name | title | iOS: 30 chars, Play: 50 chars |
subtitle | shortDescription | iOS: 30 chars, Play: 80 chars |
description | fullDescription | Both: 4000 chars |
whatsNew | recentChanges | iOS: 4000 chars, Play: 500 chars |