Is there a way to be notified when a release is approved in the Google Play Store?

Viewed 2051

I did not find a way to be notified when a release in the Google Play console is approved by Google team (and then I manually publish it the store) like "google has reviewed the app and it is now ready to publish".

It's annoying to visit the console every hour to know if the review process of my update is approved.

I already searched a solution with CI/CD like Bitrise or even tried to scrape the Google Play Console but no success.

4 Answers

Update: as of October 2021, the "Play console" app is now sending notification when your pending release is approved by Google and ready to be published in the store (even when manual publishing is enabled)

You should probably get a mail everytime a build is live,
if not then maybe you could check the Email Settings.

Google Play Console > Settings > Enable App Updates if it is not already.

Related