The following is a step-by-step guide on how to set up and manage various SDK features.
The Leaderboard API enables developers to create and manage leaderboards for their games, which allow players to compete with each other and compare their scores.
To create a new leaderboard, navigate to 'APIs tab' of the game-edit-screen in the developer dashboard and click on the 'Create Leaderboard' button next to the 'Leaderboards' header
A new screen will appear where you will need to input the following information about your new item:
After you have created your leaderboard by clicking on the 'Create Leaderboard' button, your new leaderboard will show up under the 'Leaderboards' header of the 'APIs Tab'.
To Edit a leaderboard, click on the green 'Edit' icon under 'Actions'.
A new screen will appear where you are able to change the leaderboard setting.
This screen also shows the following additional information about your leaderboard:
To Reset a leaderboard, click on the orange 'Reset' icon under 'Actions'.
A new Modal will appear, asking whether you are sure you want to reset this leaderboard, as this action can not be reversed.
To proceed, type the "name of your leaderboard" in the field, and confirm that you want to reset your leaderboard. A notification will show that the leaderboard has been succesfully reset.
To Delete a leaderboard, click on the red 'Delete' icon under 'Actions'.
A new Modal will appear, asking whether you are sure you want to delete this leaderboard, as this action can not be reversed.
To proceed, type the "name of your leaderboard" in the field, and confirm that you want to delete your leaderboard. A notification will show that the leaderboard has been succesfully deleted.
The Inventory API enables developers to store, manage and access items for their games and allow players to unlock and/or purchase these items.
To create a new catalog item, navigate to 'APIs tab' of the game-edit-screen in the developer dashboard and click on the 'Create Item' button next to the 'Inventory' header
A new screen will appear where you will need to input the following information about your new item:
After you have created your new catalog item by clicking on the 'Create Item' button, your new item will show up under the 'Inventory' header of the 'APIs Tab'.
To Edit a Catalog Item, click on the green 'Edit' icon under 'Actions'.
A new screen will appear where you are able to change the item setting.
To Delete a catalog item, click on the red 'Delete' icon under 'Actions'.
A new Modal will appear, asking whether you are sure you want to delete this item, as this action can not be reversed.
To proceed, confirm that you want to delete your item. A notification will show that the item has been succesfully deleted.
You can create and configure rooms for your game if you decide to provide multiplayer functionality. You can access these rooms via our SDK. Players can join these rooms for a multiplayer experience.
To create a new room, navigate to 'APIs tab' of the game-edit-screen in the developer dashboard and click on the 'Create Room' button next to the 'Matchmaking' header
A new screen will appear where you will need to input the following information about your new item:
To Edit a room, click on the green 'Edit' icon under 'Actions'.
A new screen will appear where you are able to change the room setting.
To Delete a room, click on the red 'Delete' icon under 'Actions'.
A new Modal will appear, asking whether you are sure you want to delete this room, as this action can not be reversed.
To proceed, confirm that you want to delete your room. A notification will show that the room has been succesfully deleted.