vote up 1 vote down star
2

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

flag

The most recent version is from less than two weeks ago, so it's not like it's abandonware. What do you mean by “it doesn't want to work”? – Peter Hosey Feb 25 at 17:08
1  
Pablo, I am the author of FeedbackReporter. I am wondering what problems you've run into. Why didn't you contact me? – tcurdt Feb 26 at 0:00
Every time I want to call a [[FRFeedbackReporter sharedReporter] sendFeedback] my app is killed. What's making me wonder is: [FRFeedbackReporter sharedReporter != nil] :-/ – papr Feb 28 at 22:25
1  
Please check the docs. It's [[FRFeedbackReporter sharedReporter] reportFeedback]; Have you compared your code with the examples provided? – tcurdt Mar 5 at 12:12

4 Answers

vote up 2 vote down check

Try this one from Jon Rentzsch:

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

It's a good start.

link|flag
vote up 1 vote down

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.

link|flag
vote up 0 vote down

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.

link|flag
Every time I want to call a [[FRFeedbackReporter sharedReporter] sendFeedback] my app is killed. What's making me wonder is: [FRFeedbackReporter sharedReporter != nil] :-/ – papr Feb 27 at 15:17
vote up 0 vote down

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.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.