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 [#181] 앱 버전 업데이트 알림 구현 #182

Merged
merged 5 commits into from
Apr 24, 2024

Conversation

yeonsu0-0
Copy link
Collaborator

👻 PULL REQUEST

💻 작업한 내용

앱 버전 업데이트 알림 구현했습니다.

💡 참고사항

📸 스크린샷

기능 스크린샷
GIF

📟 관련 이슈

Copy link
Member

@boogios boogios left a comment

Choose a reason for hiding this comment

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

P3
자동 업데이트 구현 수고하셨습니다!!! 짱짱!~!

@@ -1329,6 +1340,7 @@
2A5220EF2B507F97001510B7 /* NotificationViewModel.swift in Sources */,
2A84465C2B4EEC6C00F98F2A /* JoinProfileViewModel.swift in Sources */,
3CBCA3CC2B573F9000D348D3 /* MyPageProfileViewModel.swift in Sources */,
2F4BE0C62BD90EC4003147E7 /* AppStoreCheckManager.swift in Sources */,
Copy link
Member

Choose a reason for hiding this comment

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

P3
앱스토어 체크해주는 라이브러리가 있군요!!

[ cancelAction, updateAction ].forEach { alert.addAction($0) }
window?.rootViewController?.present(alert, animated: true, completion: nil)
}
}
Copy link
Member

Choose a reason for hiding this comment

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

P3
요긴 들여쓰기가 잘못된걸까요?! 확인 부탁드립니당~~

@yeonsu0-0 yeonsu0-0 merged commit 60eae18 into develop Apr 24, 2024
@yeonsu0-0 yeonsu0-0 deleted the feat/#181-updateAlert branch April 24, 2024 11:31
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] 앱 버전 업데이트 알림 구현
2 participants