> ## Documentation Index
> Fetch the complete documentation index at: https://docs.mx.com/llms.txt
> Use this file to discover all available pages before exploring further.

# How To Release a Build on the Play Store

To release a build on the Play Store, you'll need to:

1. Upload the build using Google Play Console.
2. Submit the build for review.
3. Release the build after it's approved.

<Steps>
  <Step title="Upload the Build to the Play Store">
    1) Log in to [Google Play Console](https://play.google.com/console/signup). If you have access to multiple accounts, select the account that has the app you want to upload a release for.
    2) Select the app you want to update.
    3) On the left menu, select **Production**.
    4) Select **Create new release**.
           <img src="https://mintcdn.com/mx-7a01b258/2CWOnx7baIckmnqs/images/experience/legacy-mobile/how-to-release-a-new-build/createnewrelease.svg?fit=max&auto=format&n=2CWOnx7baIckmnqs&q=85&s=0a067a8ddb3772059b0bcb2d443bf9eb" alt="Create new release" width="724" height="320" data-path="images/experience/legacy-mobile/how-to-release-a-new-build/createnewrelease.svg" />
    5) In the **Create product release** > **App bundles** section, select **Upload** and upload your .apk file. The **App bundles** section should now show the details of the .apk file you uploaded.
           <img src="https://mintcdn.com/mx-7a01b258/2CWOnx7baIckmnqs/images/experience/legacy-mobile/how-to-release-a-new-build/uploadgoogle.svg?fit=max&auto=format&n=2CWOnx7baIckmnqs&q=85&s=669f320adb81d67df6cf05c8a018d7b1" alt="Create product release" width="724" height="623" data-path="images/experience/legacy-mobile/how-to-release-a-new-build/uploadgoogle.svg" />
    6) If **Release name** hasn't been populated in the **Release details** section, enter your release name as the branch number of the release.
    7) Enter release notes that describe the changes within this new release. A typical default is "Minor enhancements and bug fixes."
           <img src="https://mintcdn.com/mx-7a01b258/2CWOnx7baIckmnqs/images/experience/legacy-mobile/how-to-release-a-new-build/google-play-release-notes.svg?fit=max&auto=format&n=2CWOnx7baIckmnqs&q=85&s=06dcf6d6a6991c5b3760ce79d40f5011" alt="Add release notes" width="624" height="283" data-path="images/experience/legacy-mobile/how-to-release-a-new-build/google-play-release-notes.svg" />
    8) Select **Save as draft**.
    9) Select **Next** to enter the **Preview and confirm** step. Address any errors, warnings, or messages.
    10) Complete the **Staged roll-out** section. Roll-out percentage should be 100% unless there's some need to reduce risk and release to only a percentage of live users.
    11) Select **Save**.
    12) In the **Go to Publishing overview?** prompt, select **Go to overview** unless you're waiting on information or some other dependency.
  </Step>

  <Step title="Submit the Build to the Play Store">
    1. In **Publishing overview**, you will see your release listed under **Changes ready to send for review**. If there are other changes ready to send for review – for example, if you've had to update **Policy status** or **App content** – those changes must be submitted together.
    2. Unless you want publish this build immediately without further review, turn on **Managed publishing** if it's not already on. If managed publishing is off, your build will be automatically published as soon as the store review is completed and approved.
    3. If you've reviewed the release notes and build, select **Send 1 change for review**.

    You'll know your build submission was successful if your release now appears under **Changes in review**.

    You'll have the option to **Remove changes** on the right until the store review is complete.
  </Step>

  <Step title="Release the Build on the Play Store">
    You'll know the build is store approved and ready to be released when you've received a confirmation email or have confirmed the build is ready to release in [Google Play Console](https://play.google.com/console/signup).

    After you've confirmed the build is release-ready, you can release it by following these steps in Google Play Console:

    1. Select **Publishing Overview** to see the option to publish your change.
           <img src="https://mintcdn.com/mx-7a01b258/2CWOnx7baIckmnqs/images/experience/legacy-mobile/how-to-release-a-new-build/publishchange.svg?fit=max&auto=format&n=2CWOnx7baIckmnqs&q=85&s=a2f2f02048ec3b782d2d043661fdcc32" alt="Publish change" width="724" height="283" data-path="images/experience/legacy-mobile/how-to-release-a-new-build/publishchange.svg" />
    2. In the confirmation modal, select **Publish changes**.

    You can confirm your build has been published in these ways:

    * The **Publishing Overview** screen will be blank.
    * You'll be able to download the updated version from the Play Store, typically within 1 to 30 minutes.
    * You'll receive a confirmation email.
    * Your release in the **Releases overview** will be listed as **Release status**: **Available on Google Play**.
  </Step>
</Steps>
