Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Detect a user wrote a comment about an app

Is there a way that you can track a user left a comment about your app at Play Store? What I'm looking for is to automatically detect it. I'd like my app to know whether the user actually left a comment or not. Something like a listener, but anyway I can use an external API if needed.

like image 957
Sergi Juanola Avatar asked Nov 26 '25 05:11

Sergi Juanola


1 Answers

I don't think there's any official API to work with the Play Store.

There are, though, many unofficial APIs out there; This one seems promising, if it's up to date. You can use it to grab all the comments on your app, then use the AccountManager to get the user Google ID, and compare their ID with the commentors IDs to check whether they have left a comment or not.

like image 164
Jong Avatar answered Nov 27 '25 19:11

Jong



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!