Apple changed APNS provider API and APNS authentication mode : Certificate

Hùng Lê 1 Reputation point
2021-03-10T07:02:34.747+00:00

According to Apple update on Oct, 2020 (https://developer.apple.com/news/?id=c88acm2b), The deadline for such change is Mar, 2021. Apple requires push notification provider with following conditions to use APNS for supporting push notification.
Now, with the APNS in Notification Hubs, I'm using the authentication mode as the certificate. I am wondering is this mode still available? Or force me to switch to Token-based mode. Thank you.

Azure Notification Hubs
Azure Notification Hubs
An Azure service that is used to send push notifications to all major platforms from the cloud or on-premises environments.
264 questions
{count} votes

1 answer

Sort by: Most helpful
  1. SnehaAgrawal-MSFT 18,366 Reputation points
    2021-03-10T14:46:56.593+00:00

    Thanks for asking question! You can continue to use certificate based authentication. The service has been updated to send both certificate and token based authentication methods through the HTTP/2 API instead of the deprecated binary protocol.

    76313-demo7.png

    Check: https://learn.microsoft.com/en-us/azure/notification-hubs/configure-notification-hub-portal-pns-settings?tabs=azure-portal#apple-push-notification-service

    1 person found this answer helpful.
    0 comments No comments