header

download

Version 1.1.0

09.08.2008

Requires Mac OSX 10.4.x or later running either on Intel or PPC processor.

donate

This framework is release under the ASL 2.0. You may use it in open source as well as for commercial projects. If you find it useful please consider making a donation.

support

To stay up-to-date about related news subscribe to the rss feed. For feedback or support please check on the support page or send an email.

FeedbackReporter

screenshot

When writing desktop applications you are dealing with a huge amount of different installations. Tracking down a bug requires to get detailed information on what happened on the user's computer. But most likely you don't want to bother the users with how to make this information available to you. I wasn't really satisfied with the frameworks available so I came up with one that suits my needs. Hopefully it will also suit yours. Please watch the screencast on how to embed and make use of the FeedbackReporter framework in your Cocoa application. For further information please have a look at the documentation.

  • finder Easy to integrate into your applications. Just include it as an embedded framework into your XCode project.
  • finder Does not overwhelm the unexperienced user but provides all information that is getting sent in the details section.
  • finder No email setup. Just have the information delivered directly to your web server via HTTP. A simple PHP script receives the files and information.
  • finder You can ship a custom shell script that gives the information you are looking for. The stdout and stderr both get sent to the server with the feedback.
  • finder Auto-detects previous crashes at application start and brings up the feedback dialog.

The source code is available via github.

git clone git://github.com/tcurdt/feedbackreporter.git

Patches and suggestions welcome!