13

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.

Cyril
  • 580
  • 2
  • 11
  • 23
  • 3
    The manual release process seems like an after thought and most of the Play console integrates it terribly. – O'Rooney Aug 16 '21 at 04:16
  • 3
    Totally agree with that. When you publish (both with manual release process) two updates on two different channels (Release and Beta for example), if those two releases are approved, you CAN'T publish them one by one. You are forced to publish them together in store. Not very flexible.. – Cyril Aug 16 '21 at 11:34
  • Did you ever find a solution, @CyrilNiobé? – Tokke Jan 14 '22 at 09:24
  • @Tokke the Google Dev Console app mobile is now pushing notifications when the review is done :) – Cyril Jan 16 '22 at 18:54
  • @CyrilNiobé, does that mean Android only? I can't find it on the iOS AppStore – Tokke Jan 17 '22 at 06:59
  • @Tokke yes the app is only available on Google Play Store – Cyril Jan 17 '22 at 21:47

4 Answers4

6

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)

Cyril
  • 580
  • 2
  • 11
  • 23
4

Notification management

  1. Go to Play Console https://play.google.com/console/u/0/developers

  2. Choose your developer account

  3. From the left menu choose: Setup > Notifications

  4. In section App updates check Email

enter image description here

Boken
  • 4,825
  • 10
  • 32
  • 42
1

As of June 2023, the screenshot from another answer is no longer current.

Here's the updated screenshot:

Google Play Notification Settings

Vadim
  • 1,916
  • 2
  • 19
  • 39
-2

Yup. If you grab the Google Play Console app you can configure notifications in-app.

https://play.google.com/store/apps/details?id=com.google.android.apps.playconsole

Ljdawson
  • 12,091
  • 11
  • 45
  • 60
  • Are you sure there is a notification for "google has reviewed the app and it is now ready to publish"? When using managed publishing? – O'Rooney Aug 05 '21 at 02:53
  • @O'Rooney no there is not unfortunately. This was exactly my question. – Cyril Aug 12 '21 at 14:39
  • I downvoted this because it literally doesn't answer the question. Sorry @ljdawson. – O'Rooney Aug 12 '21 at 22:49
  • Then I changed my mind and decided although it doesn't answer the question, it does provide some peripheral information that could be useful. – O'Rooney Aug 12 '21 at 22:50