Options
All
  • Public
  • Public/Protected
  • All
Menu

game-score-sdk

Game Score SDK

Game Score - HTML5 games publishers aggregation solution.

Benefits

  • Monetize games. Native advertisements provided by each platform.
  • Boost Engagement and Retention rates with the highscore table.
  • One SDK for all platforms.
  • Built-in In-game overlay.
  • Built-in saves of player progress on our servers and locally on the device.
  • Built-in authorization through the platform or with our secret code.
  • Built-in popular analytics systems.

Install

Inline script

<script
async
src="https://gamepush.com/sdk/game-score.js?projectId=XXX&publicToken=XXXXXXXXXXXX&callback=onGPReady"
></script>
<script>
window.onGPReady = function (gamePush) {
// ready to use
};
</script>

Generated using TypeDoc