/
Kakao

Kakao

1. Kakao

This is required if you are using Kakao authentication.

1.1. Kakao Developer Site Configuration

  1. Access the Kakao Developer Site (https://developers.kakao.com/) and log in.

  2. In the "My Applications" menu, select the application you are currently using.

    image-20240808-021650.png

1.2. Android Configuration

  1. Google Play settings must be added to the Game Center.

  2. To use Kakao Login on Android, you need to register a key hash.
    Android SDK Installation | 5. Key Hash Verification and Registration Method

  3. If setting in the Game Center, register the key hash under [Game Center App Selection → Game Market Information → Google Play → Key Hash].

  4. If setting on the Kakao Developer Site, register the key hash under [Application Selection → Platform → Android].

    image-20240808-023229.png

1.3. iOS Configuration

  1. App Store settings must be added to the Game Center.

  2. Once the app settings are complete, Kakao Login will be available.

1.4. Windows Configuration

  1. Access the Kakao Developer Site and select your application.

  2. Add the following domain under [Platform → Web] in the platform settings:
    https://*.kakaogames.com

  3. Add the following URI under [Kakao Login → Redirect URI] settings:
    https://*.kakaogames.com/service/v3/redirect/kakao

1.5. KakaoGames Admin Configuration

  1. Access KakaoGames Admin. If you do not have access, contact the KakaoGames business manager to request permission or registration.

  2. Enter the REST API key and JavaScript key for the app under the [Game Build → Kakao Login Settings] menu.

 

Related content