문제

How can I accept feedback like bug reports, suggestions, and comments from my users in-app?

From what I can tell, the Android platform and Play offer no solutions for issue tracking or forums.

To clarify, I'm not looking for a way to submit crash reports exclusively, and I'm not looking to track user behavior. I'm looking for a way for users to report unexpected behavior, ideas for enhancements, etc.

도움이 되었습니까?

해결책 3

I'm going to try out UserVoice with their REST API.

다른 팁

You could make use of Instabug’s SDK. It includes several features which are all relevant to your concerns:

  • Bug reporting - allows users to report bugs through a shake gesture.
  • Crash Reporting - automatically gets sent whenever one occurs.
  • In-app Chat - have a live conversation with your users in-app to get more feedback.
  • Feature Requests - allow users to suggest new features and upvote existing ideas.
  • In-App Surveys - Survey your users right inside your app with text multiple choice, or star rating questions.

For full disclosure, I work at Instabug. Let me know if I can help.

For bug reports you can use Airbrake. The good thing about this one is that you can add custom information. Moreover you can send a report at any time in your app (say you found a weird situation that you need to notify about).

For analytics, Flurry worked well for me. It's simple but to the point.

Ultimately, you can use both for the major platforms so that you have everything in one place.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top