PozyGame SDK
The PozyGame SDK connects your game to platform features like ads, user accounts, cloud saves, and in-game purchases. Integration is designed to be quick and straightforward.
Supported engines & frameworks
HTML5
Unity
Godot
Construct 3
GameMaker
Cocos
Phaser
Defold
PlayCanvas
BabylonJS
Quick setup (HTML5)
Add the SDK script to your game's HTML file before your main game script:
// 1. Add this to your HTML <head>
<script src="https://pozygame.idea2codeinfotech.com/sdk/v1/pozygame-sdk.js"></script>
// 2. Initialize in your game code
const sdk = await PozyGameSDK.init({
gameId: "your-game-id",
version: "1.0.0"
});
// 3. Signal that your game is ready
sdk.game.ready();
Use the PozyGame Preview Tool to test your SDK integration before submitting. You can simulate ad events, user logins, and purchase flows in the sandbox environment.
SDK modules
- → Video ads — Show midroll, rewarded, and preroll ads to monetize your game
- → User & accounts — Access player identity and enable friend features
- → Game data — Save and load player progress via cloud storage
- → In-game purchases — Offer items and premium content to players