Search code examples
iosparse-platformapple-push-notifications

How can I set an APNS Collapse ID using Parse Server Notifications?


There are certain options that APNS allows you to set within the HTTP header when delivering notifications to iOS devices. The one I am interested in is apns-collapse-id, but it is only accessible within the HTTP header when sending a request to APNS. Is there any way to set this value when using Parse Server, for instance through the REST API?


Solution

  • This has been implemented in the latest versions.

    Parse Server 2.0.0