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

# Submit to Google Play

> Complete the Play Console listing and send PixelGames for Google's review.

Your build should already be in Play Console, see
[upload your app](/build/mobile-upload-android) if it isn't. What's left is the listing
players see, choosing a release track, and the review itself.

## 1. Create the Play Console listing

Screenshots, a feature graphic, a description, and the content rating questionnaire Google
requires. See [generate an app icon](/build/mobile-app-icon) and
[generate store assets](/build/mobile-store-screenshots) if you need these.

## 2. Choose a release track

Google splits releases into tracks, each reaching a wider audience than the last.

<Steps>
  <Step title="Start on a testing track">
    Internal, Closed, or Open testing, covered in
    [internal testing](/build/mobile-internal-testing).
  </Step>

  <Step title="Promote to Production">
    Once you're confident it's solid, promote the same build to the **Production** track so
    all players can install it.
  </Step>
</Steps>

## 3. Submit for review

Google reviews the app before it goes live on the Production track. Review time varies by app
and can be longer for a first submission.

## Troubleshooting

* **Rejected by Google:** paste the reviewer's notes into Agent and ask it to fix the smallest
  issue that caused it.
* **Stuck in review:** review times aren't fixed. Check Play Console for the current status
  rather than resubmitting.
* **Content rating rejected:** answer the questionnaire based on PixelGames' actual content,
  not the most conservative option, mismatches can trigger a rejection.

## What's next

<CardGroup cols={2}>
  <Card title="Submit to the App Store" icon="apple" href="/build/mobile-publish-ios">
    Do the same for iPhone players.
  </Card>

  <Card title="Collect reviews and ratings" icon="star" href="/build/mobile-collect-reviews">
    Prompt happy players to rate PixelGames.
  </Card>
</CardGroup>

## Related

* [Upload your app](/build/mobile-upload-android)
* [Beta test with Internal Testing](/build/mobile-internal-testing)
