https://github.com/gameanalytics/ga-sdk-stencyl
Repository for GameAnalytics Stencyl SDK
https://github.com/gameanalytics/ga-sdk-stencyl
Last synced: about 2 months ago
JSON representation
Repository for GameAnalytics Stencyl SDK
- Host: GitHub
- URL: https://github.com/gameanalytics/ga-sdk-stencyl
- Owner: GameAnalytics
- License: mit
- Created: 2018-05-14T07:42:32.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2020-03-11T08:22:36.000Z (about 6 years ago)
- Last Synced: 2025-08-16T17:02:30.727Z (8 months ago)
- Language: Haxe
- Size: 31.4 MB
- Stars: 1
- Watchers: 7
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
EXTENSION-GA
==========
GameAnalytics extension library forked from Stencyl SDK.
Update SDK for Android + added Javascript support via GA Command queues
Documentation can be found [here](https://gameanalytics.com/docs/stencyl-sdk).
Specific platform documentation can be found on related platform SDK.
If you have any issues or feedback regarding the SDK, please contact our friendly support team [here](https://gameanalytics.com/contact).
> :information_source:
> The Stencyl SDK includes support for **iOS** and **Android**.
>
> **Build size:**
> Note that download size differ from the actual build size.
>
> **Android:**
> SDK V4.4.0
> The SDK build size in a native Android app is only around **49Kb** and the dependecies take up to **820Kb** depending if your app already uses some of the same dependencies.
>
> **iOS:**
> SDK V2.1.0
> The SDK build size in a native iOS app is only around **242Kb** (armv7) / **259Kb** (armv8).
>
> **JAVASCRIPT:**
> SDK V3.1.2
> Use of GameAnalytics Javascript
>
> Add this code to your HTML template
window.GameAnalytics=window.GameAnalytics||function(){(GameAnalytics.q=GameAnalytics.q||[]).push(arguments)};
Changelog
---------
**3.0.1**
* added missing blocks.xml
**3.0.0**
* Forked of GA Stencyl
* Adpatation of SDK to Haxelib
* Updated Android SDK
* Added Javascript bindings
**2.1.0**
* included compatibility with x86_64 simulator (iOS)
**2.0.0**
* added Command Center functionality
**1.0.1**
* fixed compilation issue (iOS)
**1.0.0**
* initial release