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] #176 - 강제 업데이트 로직 추가 #281

Merged
merged 7 commits into from
Jul 23, 2024
Merged

Conversation

yungu0010
Copy link
Contributor

작업 내용

  • 강제 업데이트 로직을 추가했습니다.

PR Point

  • SceneDelegate -> SplashViewController에 진입 후 강제 업데이트에 진입합니다.
  • 강제 업데이트가 필요하지 않은 경우 로그인 여부에 따라 온보딩과 홈으로 진입합니다.
  • 추후 선택 업데이트 구현 가능성, remote config의 확장성을 위해 struct 대신 enum을 사용했습니다.

<SplashViewController 생성 이유>

  • LaunchScreen에서는 비즈니스 로직과 사용자 상호작용 같은 동작을 수행할 수 없음
  • 현재 RootViewSwitcher로 자동 로그인 구현 -> 자동 로그인 판별 전에 업데이트 로직 체크 필요

스크린샷

default.mp4

관련 이슈

@yungu0010 yungu0010 self-assigned this Jul 23, 2024
@yungu0010 yungu0010 merged commit e183479 into develop Jul 23, 2024
@yungu0010 yungu0010 deleted the feat/#176 branch July 23, 2024 12:53
@yungu0010 yungu0010 restored the feat/#176 branch July 23, 2024 13:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feat] 강제 업데이트 로직 추가
1 participant