Monday, April 25, 2011

Feedback Framework for Cocoa

I tried FeedbackReporter.framework from vafer.org but it doesn't want to work. :-/
So any suggestions for great Cocoa feedback frameworks?

From stackoverflow
  • Try this one from Jon Rentzsch:

    http://github.com/rentzsch/jrfeedbackprovider/tree

    It's a good start.

  • UKCrashReporter handles detecting and submitting crash logs (e.g. at app startup) and submitting feedback from within the app. I've been very happy with it.

  • I've never used it, but apparently the author of Feedback Reporter monitors Stack Overflow and will try to help if you bother explain your problem.

    papr : Every time I want to call a [[FRFeedbackReporter sharedReporter] sendFeedback] my app is killed. What's making me wonder is: [FRFeedbackReporter sharedReporter != nil] :-/
  • There is also OpenFeedback at http://code.google.com/p/appcaster/. This also includes Appcaster which you could find useful. I personally ended up going with JRFeedback.

0 comments:

Post a Comment