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

iOS 10 HTTP/2 apns-collapse-id header #51

Closed
nesterenkodm opened this issue Jun 23, 2016 · 2 comments
Closed

iOS 10 HTTP/2 apns-collapse-id header #51

nesterenkodm opened this issue Jun 23, 2016 · 2 comments
Labels
Milestone

Comments

@nesterenkodm
Copy link

nesterenkodm commented Jun 23, 2016

APNS now provides a new header apns-collapse-id to support notifications collapsing on iOS 10. Can you support this feature in your app?

@blommegard
Copy link
Member

Fantastic news, will have a look at the session right away!

@jahnaviwisdom-zz
Copy link

@blommegard can you please tell me how to use in headers from backend service? Currently im using this but not working
$headers = array(
'Authorization: key=' . $FIREBASE_API_KEY,
'Content-Type: application/json',
'apns-collapse-id':'1'
);

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

No branches or pull requests

3 participants