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: 동적 링크를 통해 앱 열면 명함 상세뷰 보여주기 (#342) #462

Merged
merged 24 commits into from
Apr 26, 2023

Conversation

hyun99999
Copy link
Member

🌴 PR 요약

🌱 작업한 브랜치

🌱 작업한 내용
다음의 경우를 고려해서 노티와 userdefaults 를 사용하였습니다.

  1. foreground inactive -> foreground active

  2. background -> foreground inactive -> foreground active
    -> 앱 스위칭(카메라->앱), 백그라운드에서 접근
    -> 노티 가능

  3. unattached -> foreground active
    -> 앱 런치
    -> 씬델리게이트부터 등장하니 탭바로의 노티 불가능
    -> UserDefaults 사용

📸 스크린샷

기능 스크린샷
동적링크

📮 관련 이슈

- 추후에 개발 의향이 있다고 전달 받았음.
@hyun99999 hyun99999 added Hyungyu 🐯 현규 교수님 작업 Feat 새로운 기능 구현 labels Apr 25, 2023
@hyun99999 hyun99999 requested a review from dlwns33 April 25, 2023 11:39
@hyun99999 hyun99999 self-assigned this Apr 25, 2023
Copy link
Member

@dlwns33 dlwns33 left a comment

Choose a reason for hiding this comment

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

확인했습니다! 앱의 상태에 따라서 분기처리도 야무지게 해주셨네요 감사합니다!

@hyun99999
Copy link
Member Author

업데이트 팝업이랑 겹칠 경우를 고려해야할거 같아서 코드 좀 추가해보겠습니당

@hyun99999
Copy link
Member Author

hyun99999 commented Apr 26, 2023

추가사항 - 업데이트 뷰의 경우

앱 스위칭 시)

  • 업데이트 뷰가 등장하지 않을때 동적링크 확인하는 분기처리 추가
  • 업데이트 뷰가 등장할 때 동적링크 UserDefaults 동적링크 삭제

앱 런치 시)

  • 앱을 qr코드로 런치할 때 업데이트 뷰가 등장하면 tab bar 가 notification 을 수신해도 업데이트뷰때문에 명함 상세뷰를 띄우지 못함.

@hyun99999 hyun99999 merged commit 7608820 into TeamNADA:develop Apr 26, 2023
@hyun99999 hyun99999 deleted the feature/#342 branch April 26, 2023 10:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feat 새로운 기능 구현 Hyungyu 🐯 현규 교수님 작업
Projects
None yet
Development

Successfully merging this pull request may close these issues.

feat: 동적 링크를 통해 앱 열면 명함 상세뷰 보여주기
2 participants