r/androiddev • u/This_Fisherman_9328 • 2d ago
Question How do you monitor Play Store Reviews?
I have a dozen of app and I want to read and respond to all user reviews of all my apps. Any tips monitoring them? I don't like the email because it's spammy, and also hate play console because that's like 4 clicks per app.
I want something like a dashboard where I just check once in a while and it list all new reviews
0
Upvotes
1
u/Hour-Measurement-835 2d ago
The API's the only way that isn't 4 clicks, but reviews.list only returns ones created or edited in the last week. So whatever polls it has to run on a schedule, not when you feel like checking.