Skip to content

feat: Apple 로그인 기능 추가 (iOS) - #66

Merged
lluke0 merged 1 commit into
developfrom
feature/#50-apple-login
Feb 17, 2026
Merged

feat: Apple 로그인 기능 추가 (iOS)#66
lluke0 merged 1 commit into
developfrom
feature/#50-apple-login

Conversation

@lluke0

@lluke0 lluke0 commented Feb 15, 2026

Copy link
Copy Markdown
Member

📌 PR 요약

🌱 작업한 내용

  • KMP expect/actual 패턴으로 AppleSignInClient를 구현하여 iOS Apple Sign In 지원
  • iOS: ASAuthorizationController를 활용한 네이티브 Apple 로그인 플로우 구현
  • Android: UnsupportedOperationException으로 미지원 처리
  • AppleLoginUseCase 도메인 레이어 추가 및 Koin DI 등록
  • iOS entitlements에 Sign in with Apple capability 추가
  • WebViewGuideScreen에 iOS 전용 Apple 로그인 버튼 UI 추가

🌱 PR 포인트

📸 스크린샷

스크린샷
파일첨부바람

📮 관련 이슈

RCA 룰을 사용하여 코드 리뷰를 해주세요

R (Request Changes) : 적극적으로 반영을 고려해주세요
C (Comment) : 웬만하면 반영해주세요
A (Approve) : 반영해도 좋고, 넘어가도 좋습니다. 사소한 의견입니다.

@lluke0
lluke0 requested review from BEEEAM-J and kimmandoo February 15, 2026 16:35
@lluke0 lluke0 self-assigned this Feb 15, 2026
KMP expect/actual 패턴으로 AppleSignInClient를 구현하고,
iOS에서 ASAuthorizationController를 통한 Apple Sign In 플로우를 지원합니다.
Android에서는 UnsupportedOperationException을 던지도록 처리했습니다.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@lluke0
lluke0 force-pushed the feature/#50-apple-login branch from e0b8d5b to 96e2258 Compare February 15, 2026 16:36

CchBasicButton(
modifier = Modifier.padding(horizontal = 38.dp),
text = if (isLoading) "로그인 중..." else "Apple로 로그인",

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

string 값 하드코딩된 상태여도 괜찮을까요??

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

요거 디자인 나오기 전이라서 임시로 넣어놓은거라 괜찮을거같아유

@lluke0
lluke0 merged commit aaab9c2 into develop Feb 17, 2026
1 check failed
@lluke0
lluke0 deleted the feature/#50-apple-login branch February 17, 2026 06:42
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.

[Feat] 애플 로그인 SDK 연동

2 participants