Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I'm interested in finding out how customers use features in my Cocoa application.

I want to build up statistics on which features people use and how they use them, so that I can measure the value of features I'm implementing.

I'm building a desktop app to run on Snow Leopard.

This feedback of course will be opt-in and anonymous.

Does anyone know of any frameworks that have been developed that can achieve this without me having to write stuff from scratch?

share|improve this question
It's a good thing to make the feedback anonymous but I would also make it opt-in only – Alexandre Jasmin Apr 2 '10 at 22:31
1  
That's what I meant by "off by default". – John Gallagher Apr 2 '10 at 23:24
I'm selling a commercial software and I rolled my own solution to track that. I actually go much further than that because I can do really amazing things, like getting anonymous crash reports and when a new build fixes that particular bug, every customer affected by that bug gets the news that a new build is out (but the other customers, unaffected, don't get the notification). But SO isn't really a place where author of commercial Desktop software hang out... So I'm not holding my breath on having a great answer here to this question. – SyntaxT3rr0r Apr 2 '10 at 23:47
btw, my software only makes sense when there's an Internet connection and it's a requirement. There's a 30-days trial and if people don't like it, they can go buy inferior products from competitors ;) Now, upon launch (and once in a while when running), the licence is checked for validity (once again, if people don't like that, they're free to not buy my software and go rant somewhere else). When the licence check happens is when several infos are exchanged (usage statistics, crash/trace/log reports, etc.). – SyntaxT3rr0r Apr 2 '10 at 23:52
Ah.. Sorry must have misread the question. – Alexandre Jasmin Apr 3 '10 at 0:08

2 Answers

up vote 4 down vote accepted

Might want to look into DeskMetrics ;) It's an analytics for desktop apps and support Mac OS X (native Objective-C component)

share|improve this answer
Bernardo - this looks amazing. Only just got around to looking at it, but it's a total snap to setup and works like a dream in the test project. Looks like it could be the answer to my prayers... – John Gallagher May 9 '11 at 1:12
Please do make clear in your answers that you are one of the founders of DeskMetrics, to avoid this getting marked as spam. – Brad Larson Jul 25 '11 at 18:44

Might want to look into Flurry Analytics. It's "free" and will track just about anything you're interested in.

share|improve this answer
Sorry, I should have stated I'm developing for the desktop. Flurry looks brilliant, but I think they only support iPhones. – John Gallagher Apr 2 '10 at 23:24

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

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