Closed kelleyduran closed 3 years ago
We have this issue with 1.6.0 too.
@ostinelli Apple already published possible values for apns-push-type header: https://developer.apple.com/documentation/usernotifications/setting_up_a_remote_notification_server/sending_notification_requests_to_apns Are you going to fix the issue?
There are new push types listed in the apple documentation and currently, 1.6.0 has 2 push types: alert
and background
The new added ones are
voip
mdm
fileprovider
complication
Closing in favor of #88.
reproducible by using the following conditions
below is sample output of the error with token and apns-id scrubbed out
Here is some sample code we used to test
what is interesting if we change the url to use the APPLE_PRODUCTION_SERVER, the push goes out fine.
When researching I found this thread: https://forums.developer.apple.com/thread/122904 where one post details that adding
voip
type resolves the issue.