www.jpct.net

jPCT-AE - a 3d engine for Android => Support => Topic started by: kbjansen on April 22, 2013, 05:35:07 pm

Title: Search for Android Bug/Error reporting system & Google Play vs Amazon Appstore
Post by: kbjansen on April 22, 2013, 05:35:07 pm
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


Title: Re: Search for Android Bug/Error reporting system & Google Play vs Amazon Appstore
Post by: EgonOlsen on April 23, 2013, 08:07:47 pm
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...
Title: Re: Search for Android Bug/Error reporting system & Google Play vs Amazon Appstore
Post by: kbjansen on April 24, 2013, 01:31:04 pm
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?