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?
This has been implemented in the latest versions.