A successful Google Play submission is more than uploading an Android App Bundle. Your build, test track, store listing, policy declarations, reviewer access, and rollout settings all need to describe the same product. This checklist follows the order that reduces late review failures: prove the build, complete policy work, prepare the listing, then promote a known release.
Release path
Move from a tested build to a controlled production release
Treat every step as a gate. A polished listing cannot rescue a build that reviewers cannot open, and a stable build cannot ship with incomplete declarations.
Test the release build
Validate the signed bundle, core flows, account access, billing, and device compatibility.
Complete the listing
Match copy and assets to the product reviewers will actually see.
Review and roll out
Resolve policy tasks, submit changes, and use a staged rollout when risk warrants it.
1. Confirm the developer account and production-access path
Before planning a launch date, check whether the account can publish to production. Google states that personal developer accounts created after November 13, 2023 must run a closed test with at least 12 testers opted in continuously for 14 days before applying for production access. Losing testers during that window can delay eligibility, so recruit more than the minimum and verify opt-in status during the test.
- Complete identity and contact verification in Play Console.
- Confirm the payments profile if the app sells paid downloads, subscriptions, or in-app products.
- Invite team members using roles rather than sharing the owner login.
- If the account is subject to the testing requirement, document tester feedback and the fixes made before applying.
Source: Google Play production access requirements.
2. Build and test the exact artifact you intend to ship
Create a release-signed Android App Bundle with the intended application ID and version code. Test the artifact through Play, not only from Android Studio, because Play signing, delivery splits, permissions, and billing behavior are part of the release path. Run automated checks, then complete a human pass on sign-up, sign-in, onboarding, purchase and restore flows, notifications, deep links, offline behavior, account deletion, and support links.
- Remove debug menus, test endpoints, placeholder copy, and test payment products.
- Verify the current target API requirement in Play Console before release.
- Check pre-launch reports for crashes, accessibility issues, and device-specific failures.
- Keep reviewer credentials active and independent from expiring email or SMS codes.
- Confirm that every permission is necessary and explained at the moment of use.
3. Finish the main store listing
Google currently limits the app title to 30 characters, the short description to 80 characters, and the full description to 4,000 characters. Use the title for brand plus the clearest category phrase that reads naturally. The short description should explain the primary outcome, while the full description should establish benefits, proof, and important capabilities without a keyword block.
Google's listing guidance prohibits misleading claims, ranking language, pricing promotions, and repetitive or unattributed testimonials. Review the current store listing best practices before finalizing copy.
- App title: maximum 30 characters.
- Short description: maximum 80 characters.
- Full description: maximum 4,000 characters.
- Support email: required; website and phone are optional but useful.
- Default language: choose the language that genuinely represents the source listing.
4. Prepare screenshots, icon, and feature graphic
Use real in-app content and show decision-making benefits early. The first assets must work at small search-card sizes, not only inside a full-screen gallery. Keep headline copy readable, preserve meaningful UI, and avoid device art that makes the product appear different from the shipped build. Use our Google Play screenshot requirements for the exact asset specifications and the feature graphic guide for the 1024 × 500 creative.
- Upload a compliant 512 × 512 app icon.
- Create a 1024 × 500 feature graphic with safe text placement.
- Upload at least the required phone screenshots, then add tablet assets if the app supports those devices.
- Check every localized graphic for clipped copy, incorrect numerals, and stale product UI.
5. Complete App content and policy declarations
The App content area is a release gate, not paperwork to postpone. Declare ads, app access, target audience, content ratings, news status where relevant, sensitive permissions, health functionality, financial features, and other policy-sensitive behavior truthfully. A mismatch between the declaration, SDK behavior, and the actual interface creates review risk.
All apps available on closed, open, or production tracks must complete the Data safety form, including apps that collect no user data. Audit every analytics, advertising, crash-reporting, authentication, payment, and support SDK before answering. Also provide a public privacy policy in Play Console and inside the app where required by the User Data policy.
6. Give reviewers reliable access
If any feature is gated, add clear app-access instructions. Provide stable credentials, the exact path to restricted functionality, and explanations for hardware, location, subscription, or role requirements. Test those instructions in a clean install. Google explicitly recommends a valid and responsive demo account when sign-in is needed.
7. Create and inspect the production release
Choose the correct bundle from the artifact library, write useful release notes, resolve blocking errors, and inspect the country availability and device catalog. Decide whether changes should publish automatically after approval or wait for managed publishing. A staged rollout limits exposure if a production-only issue appears, but it is not a substitute for monitoring.
- Verify version code, version name, mapping files, and native debug symbols.
- Confirm countries, pricing, distribution, and managed publishing state.
- Review warnings rather than dismissing them automatically.
- After approval, watch Android vitals, reviews, acquisition, and support tickets.
Google's current publishing flow is documented in Prepare and roll out a release.
Copyable final check
- Production access confirmed.
- Release bundle tested through Play.
- Listing copy and localized assets complete.
- Privacy policy, Data safety, and App content accurate.
- Reviewer credentials verified from a clean device.
- Countries, pricing, and release controls confirmed.
- Monitoring owner and rollback decision defined.


