google-play-scraper icon indicating copy to clipboard operation
google-play-scraper copied to clipboard

Finding out about app status change?

Open anh1979 opened this issue 5 years ago • 1 comments

  • Operating System: MacOSX 10.14.6
  • Node version: v10.15.3
  • google-play-scraper version: 7.1.1

Description:

Hi, I am trying to find out when the app state changes in google play console: you make an update and they take the app into a review process (automated or manually), then a status change happens and the notification bell in the webpage tells you that the update you made is now present in the store, you can also configure to receive an email about this.

I would like to be able to check the app status change via google-play-scraper for example. Any ideas about this? Help really appreciated. Thx, Anne

Example code:

gplay.app({appId: 'com.google.android.apps.translate'}).then(console.log, console.log);
==> gives 
...
released: undefined,
updated: 1576868577000
...

anh1979 avatar Feb 10 '20 10:02 anh1979

You could look at the version field, or maybe that updated timestamp.

facundoolano avatar Feb 10 '20 12:02 facundoolano