We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
HTTP/2 header field collapse_id is used to update push notifications instead of generating new ones on the iOS 10.
iOS 10 uses the UNNotificationRequest.identifier (https://developer.apple.com/reference/usernotifications/unnotificationrequest/1649634-identifier) to achieve the same functionality for local notifications generated on device.
UNNotificationRequest.identifier
OneSignal has recently added support for collapse_id in their REST API (https://documentation.onesignal.com/reference#create-notification) so it's possible now to implement the same in parse-server-onesignal-push-adapter.
parse-server-onesignal-push-adapter
The text was updated successfully, but these errors were encountered:
No branches or pull requests
HTTP/2 header field collapse_id is used to update push notifications instead of generating new ones on the iOS 10.
iOS 10 uses the
UNNotificationRequest.identifier
(https://developer.apple.com/reference/usernotifications/unnotificationrequest/1649634-identifier) to achieve the same functionality for local notifications generated on device.OneSignal has recently added support for collapse_id in their REST API (https://documentation.onesignal.com/reference#create-notification) so it's possible now to implement the same in
parse-server-onesignal-push-adapter
.The text was updated successfully, but these errors were encountered: