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

앱이 백그라운드에 있는 상태에서 푸시가 온 경우 검사 모달이 뜨지 않아요 #59

Open
seungyooooong opened this issue Mar 1, 2025 · 0 comments
Assignees
Labels
fix 버그 수정

Comments

@seungyooooong
Copy link
Collaborator

🐞 버그 요약

  • 앱이 백그라운드에 있는 상태에서 푸시가 온 경우 검사 모달이 뜨지 않아요
  • 현재 백그라운드 푸시 처리가 해당 푸시를 사용자가 선택했을 경우에만 처리하도록 제한되어있어요

🐛 버그 재현 단계

  1. 앱을 백그라운드로 축소
  2. 타 사용자가 인증을 보내 백그라운드의 앱에서 푸시를 받음
  3. 사용자는 푸시를 선택하지않고 dogether로 진입
  4. 검사 모달이 뜨지 않음

🎯 예상되는 결과

  • 검사 모달의 경우 앱을 사용하는 최소 조건으로 유지되어야해요, 사용자가 푸시를 선택하든 그냥 진입하든 시나리오에 상관없이 뜰 수 있도록 백그라운드에서 처리해요

🧐 추가 설명

  • AppDelegate에서 application 함수 중 didReceiveRemoteNotification를 구현해요
@seungyooooong seungyooooong self-assigned this Mar 1, 2025
@seungyooooong seungyooooong added the fix 버그 수정 label Mar 1, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fix 버그 수정
Projects
None yet
Development

No branches or pull requests

1 participant