-
Notifications
You must be signed in to change notification settings - Fork 6
[Setting] #253 - Remote Config 세팅 작업을 완료 하였습니다. #254
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
The head ref may contain hidden characters: "#253---\uC5C5\uB370\uC774\uD2B8-\uC804-\uD655\uC778-\uBE0C\uB79C\uCE58"
Conversation
| private func setObserver() { | ||
| NotificationCenter.default.publisher(for: UIApplication.willEnterForegroundNotification) | ||
| .sink { [weak self] _ in | ||
| self?.setRemoteConfig() | ||
| } | ||
| .store(in: cancelBag) | ||
| } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
앗..!!!!!!!!!!!!! 이걸 못떠올려서 splash에서 처리가 힘들었었는데 .. 천재만재 만만재 이명진 ㅠㅠ
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
구웃
513sojin
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
willEnterForegroundNotification 배워갑니다 ,, 고생하셨어요 !!
| let splitCurrentVersion = currentVersion.split(separator: ".").map { $0 } | ||
| let splitStoreVersion = storeVersion.split(separator: ".").map { $0 } | ||
|
|
||
| if splitCurrentVersion[0] < splitStoreVersion[0] { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
버전 앞 자리만 비교해서 업데이트 팝업 띄우는 부분 확인했습니다 ~
🌱 작업한 내용
🌱 PR Point
메이저 버전에 한정 지어서 설정하였습니다.willEnterForegroundNotification부분 처리를 해주었습니다.📸 스크린샷
📮 관련 이슈