Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to reply to comments in Android Market?

As a developer, sometimes we get comments about our apps in the Android market. I hate being unable to find a way to respond back to my customers. Is there a way to reply back to the comments in the Android market?

If yes, Google should really make more obvious to us developers!

like image 465
Ahmed Avatar asked Dec 15 '11 15:12

Ahmed


People also ask

Can you comment on someones Google review?

You can reply to reviews, which can help build customer trust. When you reply to reviews, you post publicly as your business. Replies may not appear across Google immediately. However, reviewers will get a notification when you reply to their review.


2 Answers

Sounds like Google has now given the ability for some developers to begin adding responses to comments within Google Play. Unfortunately, it is only to Google's "Top Developers"; hopefully, the ability will be extended to all developers soon. Read more here.

Here is the original Google link.

like image 164
BluJ IT Avatar answered Oct 27 '22 07:10

BluJ IT


No

Update: Yes, please check Jon's and other's answer. Below is the outdated answer but you can still use some of the ideas.

There is no such function, an alternative way to do that would be adding a feedback function directly in the app and send the message via email or HTTP post back to the developer.

While implementing the feedback system, consider a thread-like conversation with a user if your project is big enough. You can even use a webview to avoid extra coding in the app and set the webview to a comment page.

like image 22
tom91136 Avatar answered Oct 27 '22 05:10

tom91136