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

But 298 add required apns headers #1

Merged
merged 3 commits into from
Sep 30, 2019

Conversation

erlend-heimark
Copy link

From IOS 13 and upwards it is required to set the apns-push-type header. If the notification is a background notification the apns-prority header also needs to be set to "5". This is not handled by Notification Hub at the moment, so we need to set them ourselves. This will probably be provided by Notification Hub after a while, then this can be removed.

https://developer.apple.com/documentation/usernotifications/setting_up_a_remote_notification_server/sending_notification_requests_to_apns

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

Successfully merging this pull request may close these issues.

2 participants