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
In iOS 13 it is required to set apns-push-type to background if we want to use silent push notifications, otherwise notifications won't be delivered.
apns-push-type
background
Is there a way to set that header?
The text was updated successfully, but these errors were encountered:
Related with #74.
Sorry, something went wrong.
Possible solutions: see my #74 (comment).
Hello, when I select `Conserve-power (5)' for the priority, my silent notifications are successfully delivered.
No branches or pull requests
In iOS 13 it is required to set
apns-push-type
tobackground
if we want to use silent push notifications, otherwise notifications won't be delivered.Is there a way to set that header?
The text was updated successfully, but these errors were encountered: