google-play-store-review
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseGoogle Play Store Review Readiness
Google Play Store 审核准备
Overview
概述
Use this skill to ensure Android apps meet Google Play policy and technical requirements before first submission or major updates. Focus on avoiding automated policy flags and making human review fast.
使用本技能可确保Android应用在首次提交或重大更新前符合Google Play的政策与技术要求,重点在于避免触发自动政策标记,加快人工审核流程。
Quick Reference
快速参考
- Policy compliance: restricted content, UGC moderation, deceptive UX
- Data Safety: SDK inventory matches form, privacy policy live and accurate
- Permissions: request at point of use, justify sensitive access, no unused permissions
- SDK and tech hygiene: targetSdk current, background work compliant
- Ads and IAP: clear labeling, close controls, pricing and restore flows
- Store listing: screenshots and claims match app
- Reviewer notes: provide test account and step-by-step paths
- 政策合规:受限内容、UGC(用户生成内容)审核、误导性用户体验
- 数据安全:SDK清单与表单一致,隐私政策已上线且准确
- 权限:仅在使用时请求,说明敏感权限的使用理由,无未使用权限
- SDK与技术规范:targetSdk版本为当前最新,后台操作符合要求
- 广告与IAP:标注清晰,提供关闭控件,定价与恢复流程正常
- 商店列表:截图与宣传内容与实际应用匹配
- 审核备注:提供测试账号与分步操作路径
Core Instructions
核心指南
- Inventory app features and risk areas (ads, UGC, payments, location, kids). Use that to drive policy checks.
- Audit data collection and sharing for every SDK and permission. Ensure the Data Safety form matches reality.
- Validate permissions: only declared when used, request at point of use with in-app rationale.
- Confirm targetSdk and compileSdk and background behavior meet current Play requirements.
- Verify store listing accuracy: screenshots, video, and descriptions map to real UI and features.
- Validate monetization: subscriptions, trials, and IAP flows are transparent and functional.
- Run install and upgrade tests across supported devices and OS versions.
- Provide detailed Review Notes to guide the reviewer through sensitive flows.
- 梳理应用功能与风险区域(广告、UGC、支付、定位、儿童相关),以此为依据开展政策检查。
- 审核每个SDK与权限对应的数据收集和共享情况,确保Data Safety表单与实际情况一致。
- 验证权限:仅在使用时声明权限,在应用内说明权限使用理由后再请求。
- 确认targetSdk、compileSdk版本及后台行为符合Google Play当前要求。
- 验证商店列表准确性:截图、视频及描述需与实际UI和功能匹配。
- 验证变现机制:订阅、试用及IAP流程需透明且功能正常。
- 在支持的设备和OS版本上运行安装与升级测试。
- 提供详细的审核备注,引导审核人员完成敏感流程的测试。
Key Patterns
关键原则
Truthful disclosure
真实披露
- Keep the Data Safety form, permissions, and privacy policy aligned.
- Treat every SDK as data collection unless proven otherwise.
- 确保Data Safety表单、权限声明与隐私政策保持一致。
- 除非能证明无数据收集,否则将每个SDK视为数据收集工具。
Permission gating
权限管控
- Show a clear in-app rationale before system dialogs.
- Request sensitive permissions only at point of use.
- Provide a fallback if permission is denied.
- 在系统弹窗前显示清晰的应用内权限说明。
- 仅在使用时请求敏感权限。
- 若权限被拒绝,提供替代方案。
Reviewer-friendly submission
便于审核的提交方式
- Include a test account, steps to reach sensitive features, and expected results.
- Call out any delays or required setup.
- 包含测试账号、访问敏感功能的步骤及预期结果。
- 标注任何可能的延迟或所需的前置设置。
Reference Files
参考文件
- references/review-checklist.md: Full Play Store review checklist with code examples and rejection triggers.
- references/review-checklist.md:完整的Play Store审核清单,包含代码示例与拒绝触发因素。
Common Pitfalls
常见误区
- Declaring "no data collected" while using analytics or crash reporting.
- Requesting permissions that are not used or not justified in the UI.
- Ads that auto-redirect or hide close buttons.
- Store listing screenshots that show non-existent features.
- Missing or inaccessible privacy policy URL.
- 声明“未收集任何数据”但实际使用了分析或崩溃报告SDK。
- 请求未使用或未在UI中说明理由的权限。
- 广告自动跳转或隐藏关闭按钮。
- 商店列表截图展示不存在的功能。
- 缺少隐私政策URL或URL无法访问。
Examples
示例
Review notes template
审核备注模板
markdown
undefinedmarkdown
undefinedTest Account
测试账号
Email: reviewer@example.com
Password: Test1234
Email: reviewer@example.com
Password: Test1234
Sensitive Features
敏感功能
- Location permission: Used for store locator only.
- Path: Home -> Find Stores
- If denied, allow manual zip code entry.
- 定位权限:仅用于商店定位功能。
- 路径:首页 -> 查找商店
- 若权限被拒绝,允许手动输入邮政编码。
Special Instructions
特殊说明
- First launch may take ~10 seconds to sync catalog.
- Premium features are marked with a star icon.
undefined- 首次启动可能需要约10秒同步商品目录。
- 付费功能标注有星型图标。
undefined