정보 |
---|
게임 내 프로필(플레이어 정보) 관련 정보들을 처리하는 방법을 설명합니다This guide explains how to handle profile (player information) related data within the game. |
하위 페이지(하위 항목 표시) | ||
---|---|---|
|
플레이어 정보란?
플레이어 정보는 플레이어 아이디와 설정한 커스텀 데이터와 IDP 정보를 포함하고 있습니다.
플레이어 아이디(playerId)는 카카오게임 플랫폼에서 사용자를 식별하기 위한 고유값입니다.
플레이어 아이디
카카오게임 정책에 따라, 게임 내에서 각 유저는 자신의 플레이어 아이디를 확인할 수 있어야 합니다.
...
보통의 경우, 게임 설정 창에서 "카카오 회원번호"란 이름으로 플레이어 아이디를 표기해주시면 됩니다.
...
적용 예제
...
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.