-
Notifications
You must be signed in to change notification settings - Fork 0
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 [#188] 푸시알림기능 구현 완료 #190
Conversation
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.
P3
푸쉬 알림 너무 고생하셨습니다!!! 푸쉬 알림 너무 기대되네여!!!ㅎㅎㅎ
} | ||
} | ||
|
||
func checkUserLoginState() { |
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.
P2
안쓰는 함수들은 지워주셔도 될 것 같아요~! 다음에 반영해주셔도 됩니다!
@@ -246,4 +257,60 @@ extension HomeViewModel { | |||
return nil | |||
} | |||
} | |||
|
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.
P3
멀티파트 통신 어렵던데 고생많으셨습니다!!ㅠㅠㅠ
userProfileImage: loadUserData()?.userProfileImage ?? StringLiterals.Network.baseImageURL)) | ||
userProfileImage: loadUserData()?.userProfileImage ?? StringLiterals.Network.baseImageURL, | ||
fcmToken: loadUserData()?.fcmToken ?? "", | ||
isPushAlarmAllowed: loadUserData()?.isPushAlarmAllowed ?? false)) |
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.
P3
모든 부분 수정하시느라 고생많으셨군요!!
👻 PULL REQUEST
💻 작업한 내용
AppDelegate
,HomeViewController
,HomeViewModel
위주로 봐주시면 됩니다!💡 참고사항
홈 -> 알림이 온 댓글 페이지
로 이동이 안됩니다 ㅠㅠ QA 이후에 원인파악해서 수정하도록 하겠습니다!📸 스크린샷
📟 관련 이슈