google-play-scraper
google-play-scraper copied to clipboard
Finding out about app status change?
- 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
...
You could look at the version
field, or maybe that updated
timestamp.