Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 875 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 875 Bytes

google-analytics-sdk-for-osx

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].

Instructions

  1. 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)".
  2. Build the framework
  3. Add the framework as a reference to your app's project

Credits

Implementation ported from (Doug Rathbone's Ga.net)[https://github.com/dougrathbone/Ga.net]

Dependencies