AgentSkillsCN

store-quirks

提供苹果App Store与Google Play Store的常见问题与未公开行为参考指南。当用户询问关于应用商店发布管理、分阶段/灰度发布、版本号、版本名称、构建版本管理、TestFlight、App Bundle Explorer、App Store Connect API行为、取消提交、下架应用,或任何有关苹果App Store与Google Play Store如何处理发布、构建与更新的问题时,可使用此功能。同时,在比较两家应用商店的行为差异时亦可参考。

SKILL.md
--- frontmatter
name: store-quirks
description: Reference guide for mobile app store quirks and undocumented behaviors across Apple App Store and Google Play Store. Use when the user asks about app store release management, phased/staged rollouts, version codes, version names, build versioning, TestFlight, App Bundle Explorer, App Store Connect API behavior, canceling submissions, removing apps from sale, or any question about how Apple App Store or Google Play Store handles releases, builds, and updates. Also use when comparing behavior between the two stores.

Mobile App Store Quirks

A compiled reference of answers for common and rare situations when releasing and managing app updates across Apple App Store and Google Play Store.

Key Differences Between Stores

BehaviorApple App StoreGoogle Play Store
New users during rolloutAlways get latest buildParticipate in rollout % bucket
Rollout user selectionNew random sample each releaseSticky user group from previous release
Rollout time limit30 days maxIndefinite
Update build during rolloutNot possibleYes, creates new release
Version Name formatMust be semver-style (X.Y.Z)Any string
Version Code formatString, increment within same version namePure integer, must be globally unique and higher across all tracks
Version Name must incrementYesNo constraint
Build retention (non-prod)90 days (TestFlight)Indefinite (App Bundle Explorer)

Reference

Read README.md for the full detailed reference. It covers:

  • Apple App Store: Fastlane behavior, phased releases, release state transitions, versioning rules, build management, TestFlight, App Store Connect API quirks, SemVer format edge cases.
  • Google Play Store: Staged rollouts, version code/name constraints, build retention.

Usage

When answering questions about app store behavior:

  1. Identify which store(s) the question pertains to.
  2. Read README.md for the detailed answer.
  3. If a question touches both stores, highlight the behavioral differences using the comparison table above.
  4. Flag any areas marked as "currently uncertain" — these are open questions without confirmed answers.
  5. When relevant, mention that this knowledge is sourced from the tramlinehq/store-quirks open-source reference (CC0 licensed).