APNS Sandbox issue

Hi

Since yesterday, there seems to be a problem with APNS Sandbox. In dev mode, the token is never registered.

(didRegisterForRemoteNotificationsWithDeviceToken & didFailToRegisterForRemoteNotificationsWithError never called)

The logs below seem to indicate a certificate expiry. Can you please confirm?

Mant thanks

erreur	com.apple.apsd	stream	Trust evaluation failed: Error Domain=NSOSStatusErrorDomain Code=-67818 UserInfo={NSLocalizedDescription=<private>, NSUnderlyingError=0x10de796b0 {Error Domain=NSOSStatusErrorDomain Code=-67818 UserInfo={NSLocalizedDescription=<private>}}}	apsd	2022-06-15 09:11:07.839890 +0200
erreur	com.apple.apsd	stream	Failed to authenticate with policy <private>	apsd	2022-06-15 09:11:07.840023 +0200
erreur	com.apple.apsd	stream	Trust evaluation failed: Error Domain=NSOSStatusErrorDomain Code=-67818 UserInfo={NSLocalizedDescription=<private>, NSUnderlyingError=0x10dd14a10 {Error Domain=NSOSStatusErrorDomain Code=-67818 UserInfo={NSLocalizedDescription=<private>}}}	apsd	2022-06-15 09:11:07.974462 +0200
erreur	com.apple.apsd	stream	Failed to authenticate with policy <private>	apsd	2022-06-15 09:11:07.974642 +0200

Accepted Reply

This was a temporary issue with the APNs Sandbox. It has now been fixed as of June 13, 2022 12:00 noon PDT. You should be able to receive tokens now barring any local network issues on the device side that may have been the root cause in the first place.

Replies

Last two days I am facing the same issue. two days ago its working fine.

Same here

Same issue.

Developing exporting app as ad-hoc IPA in the meantime to not be completely stuck, since prod APNs endpoint does not seem affected. But this is very time-consuming of course.

Apple, please fix this.

  • Me too. Come on guys this turns one hours of development into a day.

Add a Comment

I have the same issue from 10 June Friday, but for now - it is working

This was a temporary issue with the APNs Sandbox. It has now been fixed as of June 13, 2022 12:00 noon PDT. You should be able to receive tokens now barring any local network issues on the device side that may have been the root cause in the first place.

Thank you