[#765] 앱 필수 업데이트 버전을 iTunes Lookup API 조회로 자동화한다#766
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🔗 연관된 이슈
🎯 의도
ios_required_version수동 관리 제거CFBundleShortVersionString기준의 필수 업데이트 판단Config.xcconfig에서 관리할 수 있는 구성 마련📝 작업 내용
📌 요약
ITunesAppVersionServiceImpl과 iTunes Lookup 요청·응답 모델 추가AppVersion비교 대상에서CFBundleVersion제외FirebaseRemoteConfig제품 의존성과 기존 Remote Config 구현 제거Infra테스트를 CI 대상 scheme에 추가🔍 상세
Info.plist에APP_STORE_LOOKUP_URL전달 항목 추가NXAPIClient를 통한 iTunes Lookup API 요청 구성id,country쿼리 유지와 요청 시점의timestamp쿼리 교체version추출과 숫자 구성 요소 형식 검증AppVersionConfigurationService를AppStoreVersionService로 교체fetchRequiredVersion()을fetchLatestVersion()으로 변경CheckAppUpdateUseCaseImpl변경RemoteConfigAppVersionServiceImpl삭제와InfraAssembler등록 구현 교체FirebaseRemoteConfig제품 의존성 제거RootFeature제품 로직 변경 없이 업데이트 확인 실패 시 알림을 표시하지 않는 회귀 테스트 추가.github/workflows/ci.yml의 테스트 matrix에Infrascheme 추가ios_required_version수동 상향 단계를 iTunes Lookup API 검증 기준으로 변경📸 영상 / 이미지 (Optional)