2020년 6월 11일 목요일

APNs Push Payload



1. alert notification

{
  "aps" : {
    "alert" : {
      "title" : "Message",
      "body" : "Your message here.1"
    },
    "badge" : 5,
    "sound": "default"
  }
}


2. background notification

{
"aps" : {
"content-available" : 1,
"badge" : 7
  }
}

댓글 없음:

댓글 쓰기