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

🔀 :: (#431) FCM 분기 처리 R&D #535

Open
wants to merge 10 commits into
base: develop
Choose a base branch
from

Conversation

juyeong525
Copy link
Contributor

@juyeong525 juyeong525 commented Jun 19, 2023

개요

FCM 분기처리 R&D

작업사항

  • 알림 threadid에 맞춰 fcm 분기 처리

변경로직

  • 알림 눌렀을때 앱이 켜졌있으면 -> NotificationCenter.default.post를 사용해 userInfo로 threadid 넘겨주기
  • mainview에서 받아서 뷰 이동
  • 알림 눌렀을때 앱이 꺼져있으면 -> userDefault 사용해 threadid 저장
  • mainview에서 받아서 뷰 이동
  • 추구 개발 사항 서버에서 categorytopic을 넘겨줌 -> category를 이용해 뷰 이동 -> 뷰이동한 뷰가 웹뷰면 url를 스레드id로 받아서 상세보기로 이동

UI

RPReplay_Final1687152399.MP4

@juyeong525 juyeong525 added the 기능 추가 새로운 기능 요청을 나타냅니다. label Jun 19, 2023
@juyeong525 juyeong525 self-assigned this Jun 19, 2023
@juyeong525 juyeong525 linked an issue Jun 19, 2023 that may be closed by this pull request
@juyeong525 juyeong525 added the 프로젝트 설정 프로젝트 설정이 필요함을 나타냅니다. label Jun 19, 2023
@juyeong525 juyeong525 changed the title 🔀 :: (#431) fcm 분기처리 🔀 :: (#431) FCM 분기 처리 R&D Jun 19, 2023
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.

FCM 클릭시 분기처리 R&D
2 participants