유니티2020 에디터에서 카카오SDK 로그인 시 System.Collections.Generic.KeyNotFoundException

has_ci
ci_needs_agreement

권한부여 후에도 동일한 에러현상 발생하고 있습니다.

유니티2020 에디터에서 카카오SDK 로그인 시

CreateCurrentIdpProfile 단계에서

dictionary 의 KeyNotFoundException 에러가 발생하는 원인과 해결 방법을 알고 싶습니다.

<color=yellow>[2021-05-13 PM 6:50:29][DEBUG][1]</color> CreateCurrentIdpProfile
System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.


  at System.Collections.Generic.Dictionary`2[TKey,TValue].get_Item (TKey key) [0x0001e] in <695d1cc93cca45069c528c15c9fdd749>:0 

  at Kakaogame.Impl.KGKakaoProfile.CreateCurrentIdpProfile (System.String accessToken, System.String refreshToken, System.Collections.Generic.Dictionary`2[TKey,TValue] profileDic) [0x00155] in <a3af30f04f4248068aa913b5bdddb687>:0 

  at Kakaogame.Impl.Unity.KGKakaoLoginUI.ProcRequestMe (Kakaogame.Impl.NZResult result, System.Collections.Generic.Dictionary`2[TKey,TValue] myProfile) [0x0004a] in <67f701ab63dc4885bb34f250c9098332>:0 

  at Kakaogame.Impl.Unity.KGKakaoLoginUI+<>c.<RequestMyProfile>b__22_0 (Kakaogame.Impl.NZResult result, System.Collections.Generic.Dictionary`2[TKey,TValue] myProfile) [0x00001] in <67f701ab63dc4885bb34f250c9098332>:0 

  at Kakaogame.Impl.Kakao.KGKakaoRequest+<>c__DisplayClass11_0.<RequestMyProfile>b__1 (Kakaogame.Impl.NZResult result, System.Collections.Generic.Dictionary`2[TKey,TValue] contents) [0x00001] in <a3af30f04f4248068aa913b5bdddb687>:0 

  at Kakaogame.Impl.Common.NZWWW+<>c__DisplayClass8_0.<Request>b__0 (System.Int32 code, System.String body) [0x000a1] in <a3af30f04f4248068aa913b5bdddb687>:0 

  at Kakaogame.Impl.Common.NZWWW+<>c__DisplayClass7_2.<_Request>b__4 () [0x00021] in <a3af30f04f4248068aa913b5bdddb687>:0 

  at Kakaogame.Impl.Common.NZAsyncManager.OnUpdate () [0x0002f] in <a3af30f04f4248068aa913b5bdddb687>:0 
UnityEngine.Debug:LogError (object) (at ?)
Kakaogame.SDK.KGApplication/<>c:<CreateSdkObject>b__18_0 (Kakaogame.Base.KGDebug/LogLevel,string) (at ?)
Kakaogame.Base.KGDebug:Exception (System.Exception) (at ?)
Kakaogame.Impl.Common.NZAsyncManager:OnUpdate () (at ?)
Kakaogame.Impl.Internal.NZLifecycleListener:OnUpdate () (at ?)
Kakaogame.Impl.Internal.NZLifecycleListener:Notify (Kakaogame.Impl.Internal.NZLifecycleEvent) (at ?)
Kakaogame.SDK.Internal.InterfaceBrokerNative/InterfaceBrokerNativeObject:Update () (at ?)

[실패]

{"id":1727607934,"has_signed_up":false,"kakao_account":{"profile_needs_agreement":false,"profile":{"nickname":"AAA(LT)","is_default_image":true},"has_ci":false,"ci_needs_agreement":true}}

참고로, service_user_id 는 아래 공지에 따라 추가하지 않았습니다.

[공지] v1 ‘사용자 정보 요청’ API 종료
https://devtalk.kakao.com/t/v1-api-deprecation-notice-requesting-user-informations-version-1-api/82124