💥Intro

We strive to make our SDK as simple as possible to integrate and use while providing all the tools to make your game engaging and immersive. The integration guide is a comprehensive manual covering all options and player interactions on all supported platforms we work with.

However, most games typically use only the basic functionality and do not need to support all SDK features. Below is a brief guide on what you need to integrate depending on your game:

Required Calls:

Additional Calls:

  1. User Data: If you want to save player progress between sessions, implement calls from the User Data.

  2. Social Interactions: If you support social interactions, such as inviting friends, "share" buttons on social networks, adding the game to browser favorites, etc., implement calls from the User Data block.

  3. Leaderboards: If you have player rankings in your game, be sure to implement calls from the Leaderboards block. Also, remember to support saving user data from the User Data block.

  4. In-Game Purchases: If you have in-app purchases, be sure to implement calls from the In-Game Purchases block.

  5. Remote Configuration: If you want to manage your game settings remotely without releasing updates, check out the Remote Configuration block.

Last updated