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

[iOS] 시작이 되지 않는 현상 수정 #310

Merged
merged 6 commits into from
Dec 13, 2023

Conversation

SwiftyJunnos
Copy link
Member

@SwiftyJunnos SwiftyJunnos commented Dec 12, 2023

❗ 배경

작업 배경에 대한 설명을 작성합니다.
Issue에 대한 링크를 첨부합니다.

🔧 작업 내역

작업한 내용들을 나열합니다.
간결하게 리스트 업하고, 자세한 설명은 아래 리뷰 노트에서 합니다.

  • 여정 시작이 되지 않는 문제 수정
  • 여정 목록 캐싱 버그 수정
  • 지도에 Spot은 Polyline을 그리지 않도록 수정

📝 리뷰 노트

작업 내역에 대한 자세한 설명을 작성합니다.

시작 문제 수정...?

guard self.isFirstLaunch else { return }

기존에 유저를 생성하는 조건은 위와 같았습니다.
문제는 이 isFirstLaunch라는 값이 애매하다는 점이였던 것으로 보입니다.
첫 실행이 아니여도 Keychain이 UserID가 없을 수 있죠...

그릭고 혹시 몰라 Keychain의 Key값도 변경했습니다.

📸 스크린샷

작업한 내용에 대한 스크린샷, 영상 등을 첨부합니다.

@SwiftyJunnos SwiftyJunnos added the 🐞 버그 픽스 발견된 버그 (목록, 해결 여부) label Dec 12, 2023
@SwiftyJunnos SwiftyJunnos added this to the 🔐 로그인 milestone Dec 12, 2023
@SwiftyJunnos SwiftyJunnos self-assigned this Dec 12, 2023
@SwiftyJunnos SwiftyJunnos linked an issue Dec 12, 2023 that may be closed by this pull request
1 task
Copy link
Collaborator

@yoondj98 yoondj98 left a comment

Choose a reason for hiding this comment

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

버그 픽스 내역 확인했습니다!

Copy link
Member

@PushedGun PushedGun left a comment

Choose a reason for hiding this comment

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

고생하셨습니다!

@SwiftyJunnos SwiftyJunnos merged commit 13915a3 into iOS/release Dec 13, 2023
33 checks passed
@SwiftyJunnos SwiftyJunnos deleted the iOS/task/UserStart-Fix branch December 13, 2023 03:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐞 버그 픽스 발견된 버그 (목록, 해결 여부)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

여정 시작이 되지 않는 문제 수정
3 participants