푸시 알림, 뱃지 설정

부가 설명
PushNotificationIOS, PushNotification
Tags
Push Noti

ios 푸시알림 눌렀을 때

{ "action":"com.apple.UNNotificationDefaultActionIdentifier", "badge":"undefined", "data":{ "actionIdentifier":"com.apple.UNNotificationDefaultActionIdentifier", "aps":{ "alert":[ "Object" ], "content-available":"1" }, "courseId":"2", "forumId":"5", "gcm.message_id":"1616076326807436", "google.c.a.e":"1", "google.c.sender.id":"342785214615", "userInteraction":1 }, "finish":[ "Function finish" ], "foreground":false, "id":"undefined", "message":"Title: React 조사", "reply_text":"undefined", "soundName":"undefined", "title":"새로운 댓글이 등록됐습니다!", "userInteraction":true }

푸시알림 수신 시

{ "action":"undefined", "badge":"undefined", "data":{ "courseId":"2", "forumId":"5", "gcm.message_id":"1616076326807436", "google.c.a.e":"1", "google.c.sender.id":"342785214615", "notificationId":"787A3252-934A-4AC2-B678-5C55604A565F", "remote":true }, "finish":[ "Function finish" ], "foreground":false, "id":"undefined", "message":"Title: React 조사", "reply_text":"undefined", "soundName":"undefined", "title":"새로운 댓글이 등록됐습니다!", "userInteraction":false }

백그라운드 수신

{ "action":"undefined", "badge":"undefined", "data":{ "assignId":"3", "gcm.message_id":"1616086265728170", "google.c.a.e":"1", "google.c.sender.id":"342785214615", "notificationId":"B87AA6C9-A802-4E43-A501-6452569942E6", "remote":true }, "finish":[ "Function finish" ], "foreground":false, "id":"undefined", "message":"Title: React 조사", "reply_text":"undefined", "soundName":"undefined", "title":"새로운 과제가 등록되었습니다!", "userInteraction":false }

포그라운드 수신

{ "action":"undefined", "badge":"undefined", "data":{ "assignId":"3", "gcm.message_id":"1616086347215264", "google.c.a.e":"1", "google.c.sender.id":"342785214615", "notificationId":"FA18F4B4-A785-4463-8482-3C3708470487", "remote":true }, "finish":[ "Function finish" ], "foreground":true, "id":"undefined", "message":"Title: React 조사", "reply_text":"undefined", "soundName":"undefined", "title":"새로운 과제가 등록되었습니다!", "userInteraction":false } { "action":"undefined", "badge":"undefined", "data":{ "assignId":"3", "gcm.message_id":"1616086347215264", "google.c.a.e":"1", "google.c.sender.id":"342785214615", "notificationId":"155FA081-DEE7-499E-BBE9-22AFF0BA7DF9", "remote":true }, "finish":[ "Function finish" ], "foreground":true, "id":"undefined", "message":"Title: React 조사", "reply_text":"undefined", "soundName":"undefined", "title":"새로운 과제가 등록되었습니다!", "userInteraction":false }