Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: 서비스 약관 동의 내역 확인 기능 추가 #404

Merged
merged 2 commits into from
Apr 23, 2024

Conversation

kyo504
Copy link
Contributor

@kyo504 kyo504 commented Apr 22, 2024

배경

카카오 싱크를 이용하면 카카오 뿐만 아니라 서비스 약관 동의까지 한 번에 동의받을 수 있는 간편 가입 기능을 이용할 수 있습니다. 그리고 사용자가 동의한 서비스 약관에 대한 정보가 필요한 경우가 있기에 사용자가 동의한 서비스 약관을 조회할 수 있는 기능을 제공합니다.

관련 이슈

Copy link
Member

@hyochan hyochan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

테스트는 직접 해보지 못했지만, 코드를 확인한 결과 매우 잘 작성된 것 같습니다. 수고하셨습니다. 이제 코드를 병합하고 새로운 버전을 배포하도록 하겠습니다.

@hyochan hyochan merged commit a408272 into crossplatformkorea:main Apr 23, 2024
2 checks passed
@kyo504 kyo504 deleted the kyo504/service-terms branch April 23, 2024 01:35
@kyo504
Copy link
Contributor Author

kyo504 commented Apr 23, 2024

@hyochan 아...이게 카카오 SDK 가 2.22.0 으로 업데이트 되면서 iOS 쪽 인터페이스 바뀌었네요. 빌드가 iOS 빌드가 에러나는데 요건 바로 수정해서 PR 하나를 다시 올려놓도록 하겠습니다.

hyochan pushed a commit that referenced this pull request Apr 25, 2024
## 배경
#404 이 포함된 5.4.0 이 배포되어 테스트하는 과정에서 빌드가 에러가 나서 확인해보니 #401 에서 카카오 SDK 가 v2
로 가면서 인터페이스가 변경되어 반영된 코드에서 에러가 발생하고 있었습니다. 그래서 몇 가지 추가로 수정사항을 반영합니다.

## 수정 방안

### iOS

- SDK v2 의 인터페이스에 맞게 코드 수정

### Android

- SDK 버전을 2.11.2 에서 2.20.1 로 변경
- 스토리는 2.18.0 부터 지원이 중단되었기 때문에 버전을 2.17.0 으로 고정

## 테스트

일단, 수정 사항을 개발중인 앱에 적용하여 로그인과 해당 정보를 가져오는데 문제가 없음은 확인하였습니다. 

## 연관 링크
- https://developers.kakao.com/docs/latest/ko/android/download#changelog
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants