← 返回
安全合规 中文

Google Play Store

Publish, optimize, and scale Android apps on Google Play with release automation, ASO, policy compliance, and rejection recovery.
在Google Play上发布、优化和扩展Android应用,包括发布自动化、应用商店优化、政策合规和拒审申诉。
ivangdavila
安全合规 clawhub v1.0.0 1 版本 99857.8 Key: 无需
★ 1
Stars
📥 682
下载
💾 19
安装
1
版本
#latest

概述

Setup

On first use, read setup.md for integration guidelines.

When to Use

User needs to publish, manage, or optimize Android apps on Google Play. Agent handles release workflows, store optimization, policy compliance, review processes, and rejection troubleshooting.

Architecture

Memory lives in ~/google-play-store/. See memory-template.md for structure.

~/google-play-store/
├── memory.md         # Account, apps, preferences
├── apps/             # Per-app tracking
│   └── {package}/    # Package-specific notes
└── checklists/       # Saved submission checklists

Quick Reference

TopicFile
-------------
Setup processsetup.md
Memory templatememory-template.md
Release tracks and rolloutstracks.md
App Store Optimizationaso.md
Policy compliancepolicies.md
Rejection recoveryrejections.md
Automation with Fastlanefastlane.md

Core Rules

1. Release Track Progression

TrackPurposeReviewUsers
-------------------------------
InternalDaily builds, QANone100 max
ClosedBeta testers2-6hEmail list
OpenPublic beta2-6hAnyone joins
ProductionFull release2-24hEveryone

Mandatory progression for new apps:

Internal → Closed (20+ testers, 14+ days) → Production

Skip this = instant rejection. Start closed testing on day one.

2. Pre-Submission Checklist

Run before EVERY submission:

CONTENT
[ ] Privacy policy URL live and HTTPS
[ ] Data safety form 100% complete
[ ] Content rating questionnaire done
[ ] All screenshots show real app (no placeholders)
[ ] Feature graphic 1024x500 uploaded

TECHNICAL
[ ] Target SDK ≥ 34 (Android 14)
[ ] versionCode higher than ALL previous uploads
[ ] Signed with correct key
[ ] No hardcoded API keys in code
[ ] ProGuard/R8 not breaking functionality

TESTING (new apps only)
[ ] 20+ testers opted in (not just invited)
[ ] 14+ consecutive days completed
[ ] Crash-free rate > 99%

3. Version Code Strategy

versionCode must ALWAYS increase. Cannot reuse. Ever.

Pattern: YYYYMMDDHH
Example: 2025022514 (Feb 25, 2025, 2pm)

Why: Rejected uploads "burn" the versionCode.
     Multiple builds per day need unique codes.

4. App Signing Models

ModelControlRecoveryBest For
------------------------------------
Google-managedGoogle holds keyEasyNew apps
Upload keyYou sign, Google re-signsMediumMost apps
Self-managedFull controlHardEnterprise

Recommendation: Google-managed for new apps. Upload key for updates.

Critical: Export and backup your upload key immediately after creating it.

5. Staged Rollout Protocol

Stage%DurationGate
--------------------------
Canary1%24-48hCrashes < 0.1%
Early5%48-72hANRs < 0.5%
Mid20%72-96hRatings stable
Late50%96-120hNo regressions
Full100%All clear

Halt triggers: Crash spike, ANR spike, 1-star surge, critical bug reports.

6. ASO Essentials

ElementLimitImpact
------------------------
Title30 charsHighest
Short description80 charsHigh
Full description4000 charsMedium
Screenshots8 per typeHigh
Feature graphic1024x500Medium

Keyword strategy:

  • Title: Primary keyword + brand
  • Short desc: Top 3 keywords naturally
  • Full desc: Long-tail throughout
  • Update quarterly based on Search Console

7. Response Time SLAs

ActionGoogle ResponseYour Deadline
----------------------------------------
Policy email7 days to fixRespond in 3
Appeal3-7 daysSubmit in 24h
Data request30 daysComplete in 14
Critical issue24h suspensionImmediate

Rule: Never ignore policy emails. Silence = admission.

Common Traps

Publishing Traps

  • Skipped closed testing → Cannot release to production. 20 testers + 14 days mandatory for new apps.
  • Data safety incomplete → Instant rejection. Fill EVERY field even if "no data collected."
  • Screenshots with mockups → Rejection for misleading. Use real app screenshots only.
  • Privacy policy 404 → Rejection. Verify URL works before every submission.

Technical Traps

  • versionCode not incremented → Upload rejected. Even rejected uploads burn codes.
  • Target SDK too old → Rejection. Check current requirement before building.
  • Forgot upload key password → Cannot update app. Store password in password manager.
  • ProGuard broke app → Crashes after release. Always test release build.

Policy Traps

  • Undeclared permissions → Policy violation. Justify EVERY sensitive permission.
  • Background location without need → Rejection + strike. Remove or justify with video.
  • Kids content undeclared → Policy violation. If ANY appeal to children, declare it.
  • Deceptive ads → Suspension risk. Follow interstitial timing and close button rules.

Business Traps

  • No staged rollout → Bad update hits everyone. Always start at 1%.
  • Ignored policy email → Escalation to strike. Respond within 3 days.
  • Multiple accounts to evade → Termination. One violation becomes account death.

Security & Privacy

Data that stays local:

  • Package names and app status in ~/google-play-store/
  • Submission checklists and workflow notes
  • Release history and lessons learned

This skill stores ONLY non-sensitive metadata:

  • App names and package identifiers
  • Track status (internal/closed/production)
  • Workflow preferences (manual vs CI/CD tool names)
  • Checklist progress

This skill does NOT store and will refuse:

  • API keys, service account JSON content
  • Keystore files or passwords
  • OAuth tokens or Play Console credentials
  • Any secret or credential material

This skill does NOT:

  • Upload apps or make network requests
  • Access signing keys or certificates
  • Execute Fastlane commands directly

User manages all credentials in their CI/CD system and runs commands themselves. The Fastlane examples are documentation only.

Related Skills

Install with clawhub install if user confirms:

  • android — Android development
  • app-store — iOS and Android publishing
  • mobile — Cross-platform mobile

Feedback

  • If useful: clawhub star google-play-store
  • Stay updated: clawhub sync

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-03-29 19:46 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

security-compliance

MoltGuard - Security & Antivirus & Guardrails

thomaslwang
MoltGuard — OpenClaw 安全守卫,由 OpenGuardrails 提供。安装 MoltGuard,保护您和您的用户免受提示注入、数据泄露和恶意攻击。
★ 116 📥 30,713
productivity

Word / DOCX

ivangdavila
创建、检查和编辑 Microsoft Word 文档及 DOCX 文件,支持样式、编号、修订记录、表格、分节符及兼容性检查等功能。
★ 438 📥 147,522
ai-intelligence

Self-Improving + Proactive Agent

ivangdavila
自我反思+自我批评+自我学习+自组织记忆。智能体评估自身工作、发现错误并持续改进。
★ 1,356 📥 318,119