Author Topic: Search for Android Bug/Error reporting system & Google Play vs Amazon Appstore  (Read 2152 times)

Offline kbjansen

  • byte
  • *
  • Posts: 37
    • View Profile
Hey all,

I was searching for an inapp Bug/ Error reporting system. Are there any suggestions?
I want to give the user the chance to e.g. simply click on a button to send a bug report to a specific server/E-Mail-Account/... .
Do I have to implement this by myself or are there any libraries?


And the second topic:
What are the pro's and con's of the two platforms 'Google Play' and 'Amazon Appstore'?
Who has experience with those (developer fee, features, disadvantages...)?

I want to hear/ read your opinions before I decide to use any of these technologies. :)

cya



Offline EgonOlsen

  • Administrator
  • quad
  • *****
  • Posts: 12295
    • View Profile
    • http://www.jpct.net
Doesn't Android do this by default? For my apps in the play store, i can access error reports and stack traces from crashes that people transmitted and i never actively added anything to allow for this. You "just" have to make your app crash to the home screen instead of catching the exception to deal with it. Maybe that's not the best way, but it's the easiest...

Offline kbjansen

  • byte
  • *
  • Posts: 37
    • View Profile
ok, thanks Egon for your advice, I will research how to implement that.
So you are pleased with Google Play.
Are there any experiences with Amazon's Appstore?