Skip to content
New issue

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

Add support for collapse_id for iOS 10 notifications #27

Open
mman opened this issue Oct 6, 2016 · 0 comments
Open

Add support for collapse_id for iOS 10 notifications #27

mman opened this issue Oct 6, 2016 · 0 comments

Comments

@mman
Copy link

mman commented Oct 6, 2016

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant