简体   繁体   中英

Do I have to change my Apple Push Notification settings if I'm using Firebase Cloud Messaging?

I received this email from Apple:

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.

To send push notifications to my app I'm using Firebase Cloud Messaging. Do I have to change my Push Notification settings?

According to the Firebase FAQs , there should be no action required on your part.

Cloud Messaging: Apple announced they're deprecating the legacy binary protocol for APNs. Do I need to do anything? No. Firebase Cloud Messaging switched to the HTTP/2-based APNs protocol in 2017. If you are using FCM to send notifications to iOS devices, there should be no action required on your part.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM