Skip to content

Instantly share code, notes, and snippets.

@fakestarbaby
Created December 13, 2013 14:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fakestarbaby/7945141 to your computer and use it in GitHub Desktop.
Save fakestarbaby/7945141 to your computer and use it in GitHub Desktop.
local GA = require ("GameAnalytics")
GA.init({
game_key = “YOUR_GAME_KEY”,
secret_key = “YOUR_SECRET_KEY”,
build_name = "1.0",
})
GA.isDebug = false
GA.runInSimulator = true
GA.submitWhileRoaming = true
GA.archiveEvents = true
GA.archiveEventsLimit = 256
GA.submitSystemInfo = true
GA.useStoryboard = true
GA.submitStoryboardEvents = true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment