버전 비교

  • 이 줄이 추가되었습니다.
  • 이 줄이 삭제되었습니다.
  • 서식이 변경되었습니다.
도움말

Guide how to use Reach Kakao.

...

If you want to authenticate in this method, add 'key = "ageAuthOnLogin"' to kakao_game_sdk_configuration.xml and specify 'value = "true"'.

Ex) 

<?xml version="1.0" encoding="UTF-8"?>

<configuartion-list>

    <configuration

        key="appId"

        value="YOUR_APP_ID" />

 ...

    <configuration

        key="ageAuthOnLogin"

        value="true"/>

</configuartion-list>

 

After the SDK handles the authentication internally, if the result of the authentication is the underage, the user is exposed to a warning popup and the game is terminated.

If the user is a adult, login will succeed. Please refer to the figure below for the work that the SDK handles internally.

...

Implementing purchase restrictions

If your game is legally required to implement a one-person purchase restriction, the game must implement the following processes, which are essential.

...