[IOS Notification]HTTP/2‑based Apple Push Notification service (APNs) #4988
nobodyabcd
started this conversation in
General
Replies: 1 comment
-
You should ask this on either firebase-ios-sdk or stackoverflow, or look for official upstream documentation. We won't have anything authoritative here, as this has to do with how the firebase FCM servers talk to the Apple APNs servers. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
IOS announced that:
The HTTP/2‑based Apple Push Notification service (APNs) provider API lets you take advantage of great features, such as authentication with a JSON Web Token, improved error messaging, and per‑notification feedback. If you still send push notifications with the legacy binary protocol, make sure to upgrade to the APNs provider API as soon as possible. APNs will no longer support the legacy binary protocol after March 31, 2021.
Just curious, are we affected by this changes?
https://developer.apple.com/documentation/usernotifications/setting_up_a_remote_notification_server/sending_notification_requests_to_apns
Beta Was this translation helpful? Give feedback.
All reactions