Search code examples
androidforumbug-tracking

How can I accept bug reports and other user feedback from within my app?


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.


Solution

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