Apple APNS Certificate change and Azure Web App

Stewart 20 Reputation points
2025-02-06T22:59:17.25+00:00

Hello,

I am running a web app with a web job to send push notifications to Apple. Apple have announced that they are updating their certificate, see email below. Please can someone answer whether I need to do anything with my app to enable my web jobs to continue to send pushes to Apple?

Many thanks

Stewart

Hello,
Hello,
We’re reaching out with a final reminder that the Certification Authority (CA) for Apple Push Notification service (APNs) is changing. APNs updated the server certificates in sandbox on January 21, 2025. APNs production server certificates will be updated on February 24, 2025. To continue using APNs without interruption, you’ll need to update your application’s Trust Store to include the new server certificate: SHA-2 Root: USERTrust RSA Certification Authority certificate.
To ensure a smooth transition and avoid push notification delivery failures, please make sure that both old and new server certificates are included in the Trust Store before the cut-off date for each of your application servers that connect to sandbox and production. At this time, you don’t need to update the APNs SSL provider certificates issued to you by Apple.
Azure Static Web Apps
Azure Static Web Apps
An Azure service that provides streamlined full-stack web app development.
1,068 questions
0 comments No comments
{count} votes

Accepted answer
  1. Bruce (SqlWork.com) 71,266 Reputation points
    2025-02-06T23:35:44.3166667+00:00

    maybe.

    if the new certificate is not already installed as trusted on the hosting webserver, then you will get a certificate error when apple switches. you app could override certificate validation if you can not access the hosting server. but it should be updated.

    note: it was already installed on my computer.

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.