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/#243] 앱 강제 업데이트 기능 추가 #261

Merged
merged 2 commits into from
Feb 10, 2025

Conversation

JINi0S
Copy link
Contributor

@JINi0S JINi0S commented Feb 6, 2025

close #243

✏️ 개요

  • 서버 데이터구조 대응을 위해 앱 강제 업데이트 기능을 적용합니다.

💻 작업 사항

  • 개발 방향 정립 앱 강제 업데이트 #256
  • 앱 강제업데이트 기능 추가
    • 업데이트 판단: 현재 기기의 앱 버전과 앱스토어 버전을 비교해서, 앱스토어 버전이 크다면 업데이트
    • 업데이트 체크 시점: 앱 시작될 경우, ScenePhase가 .active될 경우
    • 알랏 틴트 색상 강제 적용

📱결과 화면(optional)

스크린샷 2025-02-06 오후 3 23 36

- 업데이트 판단: 현재 기기의 앱 버전과 앱스토어 버전을 비교해서, 앱스토어 버전이 크다면 업데이트
- 업데이트 체크 시점: 앱 시작될 경우, ScenePhase가 .active될 경우
- 알랏 틴트 색상 강제 적용
@JINi0S JINi0S added the Feat 새로운 기능을 추가, 수정 label Feb 6, 2025
@JINi0S JINi0S self-assigned this Feb 6, 2025
@JINi0S JINi0S merged commit 62f89d0 into develop Feb 10, 2025
@JINi0S JINi0S deleted the feature/243-imp-app-force-update branch February 27, 2025 07:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feat 새로운 기능을 추가, 수정
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feat] 앱 강제 업데이트 기능 추가
1 participant