Skip to content

Conversation

@junggyo1020
Copy link
Contributor

⚙️ ISSUE

📄 Work Description

아래와 같은 형식으로 Payload가 전송되도록 수정했습니다!
iOS에서는 별도로 APNs 형식을 추가로 보내줘야 해서 해당 설정을 추가했습니다!

{
  "apns": {
    "payload": {
      "aps": {
        "alert": {
          "title": "...",
          "body": "..."
        },
        "mutable-content": 1,
        "type": "...",
        "imageUrl": "..."
      }
    }
  },
  "data": {
    "title": "...",
    "body": "...",
    "type": "...",
    "imageUrl": "..."
  }
}

✅ PR check list

  • Reviewers
  • Assignees
  • Labels

@junggyo1020 junggyo1020 added ♻️ refactor 코드 리팩토링 ex) 형식변경 🐶정교🐶 labels May 1, 2025
@junggyo1020 junggyo1020 self-assigned this May 1, 2025
@junggyo1020 junggyo1020 merged commit 4eb9523 into develop May 1, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

♻️ refactor 코드 리팩토링 ex) 형식변경 size/XS 🐶정교🐶

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[♻️ refactor] iOS의 APNs를 고려한 FCM 데이터 페이로드 형식 변경

2 participants