I tried FeedbackReporter.framework
from vafer.org but it doesn't want to work. :-/
So any suggestions for great Cocoa feedback frameworks?
views:
327answers:
4
+2
A:
Try this one from Jon Rentzsch:
http://github.com/rentzsch/jrfeedbackprovider/tree
It's a good start.
danielpunkass
2009-02-25 17:05:15
+1
A:
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.
Barry Wark
2009-02-25 18:31:16
A:
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.
benzado
2009-02-27 06:14:56
Every time I want to call a [[FRFeedbackReporter sharedReporter] sendFeedback] my app is killed. What's making me wonder is: [FRFeedbackReporter sharedReporter != nil] :-/
papr
2009-02-27 15:17:57
A:
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.
Jon Steinmetz
2009-05-24 12:47:31