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

We've been using Flurry for our iOS software, but I would like something like flurry for our Mac OS software.

This is primarily a Cocoa based app so, I'd prefer an objective-C solution.

General pointers to sites welcome.

share|improve this question

4 Answers

Some good answers over here: How to use analytics for desktop applications?

share|improve this answer
Sparkle is the only one mentioned for OSX but that only really supplies an application update framework, not true usage analytics. – Jippers Mar 22 '11 at 22:54
DeskMetrics supports OSX ;) – Bernardo Porto Mar 30 '11 at 15:43

You could try DeskMetrics ;) It's an analytics service and support Mac OS X (native Objective-C component)

share|improve this answer

You can use Google Analytics.

Google doesn't provide a Mac client yet but the open-source wrapper GAJavaScriptTracker by doo might help.

share|improve this answer
I've been trying out GAJavaScriptTracker but the tracking data isn't appearing in the site – even the "real time" reports doesn't show anything. Probably something is blocking the tracking data from getting sent? – adib Mar 15 at 20:25
I didn't have any issues with data being sent. – hpique Mar 16 at 11:45
are the data being received correctly? – adib Mar 18 at 1:34
Yep, perfectly. – hpique Mar 18 at 8:35
I couldn't make GAJavaScriptTracker to work, so I rolled my own: cutecoder.org/programming/web-analytics-desktop-app – adib May 8 at 12:53

UserMetrix tracks usage and error analytics. It doesn't have a objective-C solution, but has a good guide on how to integrate their C library using XCode.

share|improve this answer

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.