This unofficial SDK allows you to track usage of your OS X applications. Google built an Analytics SDK for iOS and Android but hasn't yet built one for desktop apps. As far as I can tell, we are not violating (Google's Terms of Service)[http://www.google.com/analytics/terms/us.html].
- Add your Google Analytics ID to the project pList. For development, using key(without quotes): "Google Analytics ID (Debug)"; For release, using key(without quotes): "Google Analytics ID (Release)".
- Build the framework
- Add the framework as a reference to your app's project
Implementation ported from (Doug Rathbone's Ga.net)[https://github.com/dougrathbone/Ga.net]
- (CocoaLumberjack)[https://github.com/robbiehanson/CocoaLumberjack]