Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

User comments do not show up on Google Play

some days ago I've published an app on Google Play. When I log into the Google Play Developer Console I can see user comments about my app. When I visit my app's site on Google Play, however, these comments are not visible.

Does anybody know how I can get these comments to become visible on my app's site on Google Play?

like image 947
Andreas Avatar asked Jul 13 '12 10:07

Andreas


People also ask

Why are my reviews not showing up on Google Play?

If you're wondering why a Google review isn't showing up, it could be that it violated the Google review policy. The review can also disappear when regular users flag the review as inappropriate. In these cases, Google investigates by looking at the review in question before deleting it from the listing.

How do I see my comments on Google Play store?

Open Play Console and go to the Testing feedback page (Ratings and reviews > Testing feedback). Decide how you want to browse your feedback. Filter: To see beta feedback based on certain criteria like date, language, reply state, app version, device, and more, select from the available filters.


3 Answers

At this moment you don't need to use proxy.

You can simply add to URL &hl=en where en is two-letter language code defined in ISO 639-1

For example:

  • https://play.google.com/store/apps/details?id=com.adobe.reader&hl=en (English)
  • https://play.google.com/store/apps/details?id=com.adobe.reader&hl=pl (Polish)
  • https://play.google.com/store/apps/details?id=com.adobe.reader&hl=it (Italian)
  • https://play.google.com/store/apps/details?id=com.adobe.reader&hl=fr (French)
  • https://play.google.com/store/apps/details?id=com.adobe.reader&hl=es (Spanish)
like image 164
BlueMark Avatar answered Nov 16 '22 00:11

BlueMark


Comment in Google Play store separate for different countries. May be this is the reason why you don't see it. Try to use proxy. There is no way for you to change this behavior.

like image 43
Jin35 Avatar answered Nov 16 '22 01:11

Jin35


Google play shows reviews if your language is suitable to apps language.To show reviews add &hl= apps_language like (ru or en) to the end of url.

like image 42
Bek Avatar answered Nov 16 '22 00:11

Bek