0.24.0
What's New
Game Center
- Enabled Versions: List Game Center enabled versions and compatible versions for multiplayer matchmaking (#408)
asc game-center enabled-versions list --app "APP_ID"asc game-center enabled-versions compatible-versions --id "ENABLED_VERSION_ID"
TestFlight
- Beta Tester Usage Metrics: Fetch app-level beta tester usage metrics with grouping and filtering (#406)
asc testflight metrics beta-tester-usages --app "APP_ID" [--period P7D|P30D|P90D|P365D]- Supports
--group-by betaTestersand--filter-tester "TESTER_ID"
- Beta Crash Logs: Fetch crash logs by ID (#406)
asc testflight beta-crash-logs get --id "CRASH_LOG_ID"
In-App Purchases
- Offer Code Prices: List prices for IAP offer codes (#411)
asc iap offer-codes prices --offer-code-id "OFFER_CODE_ID"
- Price Schedule Base Territory: Get the base territory for IAP price schedules (#411)
asc iap price-schedules base-territory --schedule-id "SCHEDULE_ID"
Subscriptions
- One-Time Use Codes: Refactored to command group with list and get subcommands (#411)
asc subscriptions offer-codes one-time-codes list --offer-code-id "OFFER_CODE_ID"asc subscriptions offer-codes one-time-codes get --id "ONE_TIME_USE_CODE_ID"
Pricing
- ID Lookups: Fetch price schedules and availability by ID (mutually exclusive with --app) (#409)
asc pricing schedule get --id "SCHEDULE_ID"asc pricing availability get --id "AVAILABILITY_ID"
Localizations
- Preview/Screenshot Sets by ID: Direct lookup by set ID (#405)
asc localizations preview-sets get --id "PREVIEW_SET_ID"asc localizations screenshot-sets get --id "SCREENSHOT_SET_ID"
Bug Fixes
- Removed redundant output validation in enabled-versions commands (#410)
Full Changelog: 0.23.5...0.24.0