Skip to content

[Feat] #408 - Amplitude 설치 #462

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

Merged
merged 8 commits into from
Mar 25, 2025
Merged

[Feat] #408 - Amplitude 설치 #462

merged 8 commits into from
Mar 25, 2025

Conversation

seungchan2
Copy link
Contributor

@seungchan2 seungchan2 commented Dec 12, 2024

🌴 PR 요약

  • 기획 명세에 따른 Amplitude 설치

🌱 작업한 브랜치

🌱 PR Point

  • 푸시 알림을 받았을 때
  • 푸시 알림을 탭하여 열었을 때
  • 모든 알림을 읽음 처리했을 때
  • 알림 상세 화면 바로가기 눌렀을 때
  • 알림 상세 화면 조회할 때
  • 특정 알림 숏컷을 탭할 때
  • 특정 알림 숏컷을 조회할 때

📌 참고 사항

  • 기존 프로젝트에서 Core 모듈에 Amplitude 트래킹 하는 코드가 있어서 해당 Enum에 추가해서 사용했습니다.
  • 모듈별 Amplitude case를 생성하면 번거로울 것 같아서..!!!
/// 푸시 알림을 받았을 때 처리
 public func userNotificationCenter(_ center: UNUserNotificationCenter, willPresent notification: UNNotification) async -> UNNotificationPresentationOptions {}

/// 푸시 알림을 클릭했을 때    
@MainActor
public func userNotificationCenter(_ center: UNUserNotificationCenter, didReceive response: UNNotificationResponse) async {}

📸 스크린샷

기능 스크린샷
기능이름 스크린샷 첨부

📮 관련 이슈

@seungchan2 seungchan2 added Feat 새로운 기능 구현 승찬🧩 labels Dec 12, 2024
@seungchan2 seungchan2 self-assigned this Dec 12, 2024
Copy link

height bot commented Dec 12, 2024

Link Height tasks by mentioning a task ID in the pull request title or commit messages, or description and comments with the keyword link (e.g. "Link T-123").

💡Tip: You can also use "Close T-X" to automatically close a task when the pull request is merged.

@yungu0010 yungu0010 merged commit 2c4557e into develop Mar 25, 2025
@yungu0010 yungu0010 deleted the feat/#408-amplitude branch March 25, 2025 05:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feat 새로운 기능 구현 size/M 승찬🧩
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feat] Amplitude 설정
2 participants