/
Profile (Player Information)

Profile (Player Information)

This guide explains how to handle profile (player information) related data within the game.


What is Player Information?

  • Player information includes the player ID, custom data set by the player, and IDP information.

    • The player ID (playerId) is a unique value used by the KakaoGames platform to identify users.

Player ID

  • According to KakaoGames policy, each user must be able to view their player ID within the game.

    • Typically, the player ID can be displayed in the game settings screen under the name "Kakao Member Number."

    • Example of Implementation

    • The player ID can be obtained through the "Get My Information" API. For more details, please refer to the "Get My Information" API.