6. Player Data Query
Guide you how to implement player data query in your game.
What is Player Data Query?
Player data includes the player ID, custom configuration data, and IDP data.
The playerId is a unique value that identifies the user in the Kakao game platform.
Player ID
According to the Kakao game policy, each user in the game must be able to identify their player ID.
In the game setting window, you should display the player ID.
Example