How do I test how customers use my Cocoa application?
        Posted  
        
            by John Gallagher
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by John Gallagher
        
        
        
        Published on 2010-04-02T22:04:24Z
        Indexed on 
            2010/04/02
            22:13 UTC
        
        
        Read the original article
        Hit count: 288
        
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.
This feedback of course will be off by default and anonymous.
Does anyone know of any frameworks that have been developed that can achieve this without me having to write stuff from scratch?
© Stack Overflow or respective owner