버전 비교

  • 이 줄이 추가되었습니다.
  • 이 줄이 삭제되었습니다.
  • 서식이 변경되었습니다.
목차
stylenone

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.
    https://kakaogames.atlassian.net/wiki/spaces/KS4GFC/pages/767754241/Android#1.2.5.-%ED%82%A4-%ED%95%B4%EC%8B%9C-%ED%99%95%EC%9D%B8-%EB%B0%8F-%EB%93%B1%EB%A1%9D-%EB%B0%A9%EB%B2%95788925018/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

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

    image-20240808-024236.png

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.

...