This is GameAnalytics wrapper plugin for Game Closure devkit.
- Google Play Games plugin is required to work on Android.
MIT
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"
}
}