Production Track — what it is, track setup and publication in Google Play

Author: IT Sectr Published: 2026-06-06 Reading time: 9 min

Production Track is a distribution channel in Google Play Console designed for publishing final versions of mobile applications to all users. Unlike test tracks (Internal, Alpha, Beta), this channel releases a build to the public after moderation. According to Google Play Console Help (2025), apps published through Production Track are automatically distributed to all compatible Android devices in selected regions. The process includes uploading an AAB or APK, filling out the store listing, and waiting for review, which usually takes from a few hours to several days.

Key Takeaways

  • Production Track — the main Google Play channel for publishing apps to all users
  • Review is mandatory before entering Production Track and takes from 2 hours to 7 days
  • Rollback of a release is possible by replacing the version, but already installed updates are not removed
  • Distribution by country is configured in Google Play Console before publication
  • Updates in Production Track go through the same review as the first release

What is Production Track?

Production Track is a distribution channel in Google Play Console that makes an app available for installation to all Google Play users. It is the final stage of publication that every Android app goes through before being released to the public.

Google Play Console provides four tracks for distribution: Internal, Alpha, Beta and Production. The first three are designed for testing with a limited audience, while Production Track is the only channel that opens the app to all users without restrictions on the number of installs or tester composition.

According to Google (2025), over 90% of apps in Google Play are published through Production Track. Each release undergoes automated and manual review for policy compliance, including requirements for privacy, security and content quality.

History of Production Track

Before 2015, Google Play did not have a track system — developers published an app directly to all users. The introduction of tracks made it possible to separate testing and production releases, reducing the number of errors in Production Track. In 2021, Google added Managed Publishing — the ability to control the timing of a release, giving developers flexibility in planning launches.

How does Production Track work in Google Play?

Production Track works through the Google Play Console publishing pipeline. The developer uploads a signed AAB or APK, fills out the store listing (rating, target audience, contacts), specifies distribution countries and submits for review. After approval, the app becomes available in the store within 2–24 hours.

Google Play Console automatically checks the binary for viruses, API violations and policy breaches. Production Track requires the app to be signed with an App Signing by Google Play key or the developer’s own key. Without a valid signature, the binary is rejected at the upload stage.

groovy
// build.gradle — signing config for Production Track
android {
    signingConfigs {
        release {
            storeFile file("release.keystore")
            storePassword "keystore-password"
            keyAlias "release-key"
            keyPassword "key-password"
        }
    }
    buildTypes {
        release {
            signingConfig signingConfigs.release
            minifyEnabled true
            proguardFiles getDefaultProguardFile("proguard-android-optimize.txt")
        }
    }
}

After publication, Production Track automatically distributes the update to users' devices via Google Play Store. The system uses staged rollout — the ability to gradually deploy, starting with 5% of the audience and increasing the percentage in the absence of critical errors.

Requirements for a Production Track release

Google Play has a number of mandatory requirements for apps before publication in Production Track. Violating even one requirement leads to rejection or blocking of the app. The policies cover privacy, security, content and technical quality.

  • Privacy Policy — mandatory for apps that request personal data. The link must be provided in the store listing and accessible within the app
  • API Level — targetSdkVersion must meet the latest Google requirements (Android 13+ for new apps)
  • Content Rating — completed content rating by categories (violence, 18+ content, ads)
  • Test Accounts — if the app requires authentication, test credentials must be provided for review
  • GDPR Compliance — for distribution in the EU, proper handling of user data and consent dialogs are required

A separate requirement is Family Policy for apps targeting children. If the store listing specifies an age group of “under 13”, the app must comply with additional COPPA and GDPR-K requirements, including a ban on collecting advertising identifiers.

Differences between Production Track and other tracks

Production Track fundamentally differs from Internal, Alpha and Beta tracks in terms of audience, requirements and publication process. Test tracks allow distributing an app among a limited number of testers without full moderation, while Production Track requires passing a full Google review.

CharacteristicProduction TrackAlpha / BetaInternal Track
AudienceAll Google Play usersTesters via linkInternal team
ModerationFull reviewBasic checkNo review
Max participantsUnlimitedUp to 100,000 (Beta)Up to 100
Staged rolloutAvailableNot availableNot available
Publication speed2–48 hours1–2 hoursInstant

The key difference is store visibility. Apps in Production Track appear in search results, categories and recommendations on Google Play. Test versions are only available via a direct link and do not participate in organic distribution.

Setting up Production Track in Google Play Console

Setup of Production Track begins with creating a release in the “Production” section of Google Play Console. The developer specifies the app version, uploads a signed binary and fills out the store listing with information about the app. Each step requires careful verification before submission.

  1. Go to Google Play Console → Select app → Production Track → Create new release
  2. Upload an AAB or APK signed via App Signing or your own key
  3. Specify the release name (e.g., “Version 2.5.0”) and release notes for users
  4. Check the target audience, content rating and distribution countries
  5. Submit for review and wait for the publication notification

After submission, Production Track goes through several stages: automated binary check, malware scanning, Google Play policy compliance verification and final publication. If a problem is found at any stage, the developer receives a notification with an error description and recommendations for fixing it.

To speed up publication in Production Track, it is recommended to check the app in advance using the Pre-launch Report in Google Play Console. The service automatically tests the app on several devices and reports compatibility, performance and security issues before submission for moderation.

Frequently Asked Questions

How is Production Track different from Alpha and Beta tracks?

Production Track publishes the app to all Google Play users, while Alpha and Beta tracks are designed for testing with a limited audience. Alpha Track is typically used for early testing within the team, Beta for external testers. Production Track requires full moderation, unlike test tracks with basic checks.

How long does the Production Track review take?

The Production Track review takes from 2 hours to 7 days depending on the app’s complexity and Google moderator workload. On average, the first release is reviewed in 24–48 hours, while updates are faster, from 2 to 8 hours. Expedited review is not available, so it is recommended to plan publication with possible delays in mind.

Can I roll back a Production Track release?

Rolling back a Production Track release is possible by publishing a previous version over the current one. Google Play Console allows you to replace the current binary with a previous version, but already installed updates are not removed from users’ devices. To prevent issues, it is recommended to use staged rollout and monitor crash reports after each release.

Which countries are available for Production Track distribution?

Google Play is available in over 190 countries. The developer can select specific countries for distribution in the “Target markets” section of Google Play Console. Some countries (China, North Korea, Syria) are unavailable due to legal restrictions. Prices and store listing localization can be configured for each country.

What should I do if my Production Track release is rejected?

When a Production Track release is rejected, Google sends a notification specifying the reason: policy violation, technical issue or incomplete store listing. The developer must fix the issues and resubmit the release for review. For complex cases, an appeal is available through Google Play Console. It is recommended to use the Policy Center to verify compliance with current requirements.

Summary

  • Production Track — the main Google Play channel for publishing apps to all users without restrictions
  • Review of a release includes automated and manual testing for compliance with Google Play policies
  • Requirements include binary signing, a privacy policy and a correct API Level
  • Test tracks (Internal, Alpha, Beta) allow debugging the app before a Production Track release
  • Staged rollout enables gradual update distribution with error monitoring
  • Rollback is possible by replacing the current version with a previous one
  • It is recommended to check the app using the Pre-launch Report before submitting to Production Track

We will develop a mobile application turnkey

IT Sectr creates iOS and Android applications for startups and businesses since 2017. We will advise you and propose the best solution.

Discuss the project

Read also