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

How to implement the retry send notification if the confirmation for notification send is missing in API documentation #151

Closed
cashinde opened this issue Jun 5, 2015 · 1 comment

Comments

@cashinde
Copy link

cashinde commented Jun 5, 2015

No description provided.

@beverloo
Copy link
Member

beverloo commented Jun 5, 2015

Your question seems to be about re-sending an important push message from your application server when the push service does not give you a successful delivery receipt for the first attempt. Is that correct?

When vendors start using the Web Push protocol, you can request a receipt by adding the Push-Receipt header to your initial message. This will then be delivered to you as described in the protocol[1].

Until that, you should refer to the documentation of the push service you are currently using. For example, see this guide and the associated reference for GCM.

https://developers.google.com/cloud-messaging/server

[1] http://www.ietf.org/id/draft-thomson-webpush-protocol-00.txt

@cashinde cashinde closed this as completed Jul 7, 2015
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

2 participants