Skip to content

hashcube/gameanalytics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GameAnalytics Plugin for Game Closure

This is GameAnalytics wrapper plugin for Game Closure devkit.

Notes

License

MIT

Installation

Clone this repo into addons folder inside devkit.

In manifest, add "gameanalytics" to "addons" and add "gameanalyticsGameKey" and "gameanalyticsSecretKey" to ios/android section.

for eg.

{
    "android": {
        "gameanalyticsGameKey": "mygamekey",
        "gameanalyticsSecretKey": "mysecretkey"
    },
    "ios": {
        "gameanalyticsGameKey": "mygamekey",
        "gameanalyticsSecretKey": "mysecretkey"
    },
    "addons": {
        "gameanalytics"
    }
}