About push notifications on iOS

ktsutoshi uba 70 Reputation points
2023-12-10T23:53:57.4466667+00:00

I tried sending Apple's test message, but the following error occurred and I was unable to send the message.

User's image

テスト メッセージを送信できませんでした。エラー: {"error":{"code":"BadRequest","message":"The Apns certificate is expired.. TrackingId:b626a55a-f74f-4b6a-890d-14ec21f0002f,TimeStamp:12/10/2023 11:50:23 PM +00:00"}}。 テスト メッセージを送信できませんでした。エラー: {"error":{"code":"BadRequest","message":"The Apns certificate is expired.. TrackingId:b626a55a-f74f-4b6a-890d-14ec21f0002f,TimeStamp:12/10/2023 11:50:23 PM +00:00"}}。

I was able to successfully send a test on Android.

Is there a reason?

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
0 comments No comments
{count} votes

Accepted answer
  1. Vahid Ghafarpour 17,875 Reputation points
    2023-12-11T02:07:01.8033333+00:00

    Thanks for posting your question in the Microsoft Q&A forum.
    The error message indicates that the APNs (Apple Push Notification service) certificate used for sending push notifications to iOS devices has expired. This certificate is crucial for establishing a secure connection between your server and Apple's push notification service.

    To resolve this issue, you need to renew and update your APNs certificate.

    https://learn.microsoft.com/en-us/MEM/intune/enrollment/apple-mdm-push-certificate-get#renew-apple-mdm-push-certificate

    ** Please don't forget to close up the thread here by upvoting and accept it as an answer if it is helpful **

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful