Skip to content

APNS Collapse ID

Compare
Choose a tag to compare
@AndrewBarba AndrewBarba released this 03 Oct 13:50
· 90 commits to master since this release
  1. Add support for apns-collapse-id
let notification = BasicNotification(deviceToken, {
  ...
  collapseId: 'my-identifier'
  ...
})