yoonjaepark / flutter_naver_login

A Flutter plugin for Naver Sign In.
BSD 2-Clause "Simplified" License
47 stars 70 forks source link

네이버 로그인 화면에 첨부 이미지와 같은 에러 발생 #36

Closed gracegyu closed 3 years ago

gracegyu commented 3 years ago

가이드에 따라서 iOS에서 네이버 로그인 연동을 하니 처무 이미지와 같은 에러가 발생합니다. 에러 메시지는 아래와 같고 아래 URL을 가이드하더군요.

You cannot log in with your NAVER account due to an error in the CleverPAM service. If the same problem persists, please contact the CleverPAM admin.

https://help.naver.com/support/contents/contents.help?serviceNo=17063&categoryNo=17795

위 페이지에 들어가보면 서비스URL을 입력하라고 하는 것으로 보아서 일반 Web service에서 네이버 로그인 연동시 조치방법을 가이드한 것으로 보입니다. 하지만 제가 만드는 앱은 웹서비스가 아니고 Flutter App으로 iOS, Android에서 제공하는 앱입니다. 어떻게 해야 할까요?

Simulator Screen Shot - iPhone 8 - 2021-05-13 at 15 20 31

gracegyu commented 3 years ago

해결했습니다. URL Schemes가 설정과 소스코드에 지정한 값이 서로 달라서 발생했던 문제입니다.