I have a messaging app that has been working successfully for several years. It still works for most users, but about one month ago one of my users started experiencing issues receiving notifications.
From my investigation, the user's Notification Service Extension (NSE) has not been triggered since they started reporting the issue.
I was able to access the user's phone and connected it to the console to check for any logs related to the NSE being triggered or a push notification being received, but there were no relevant logs.
I have already verified that notifications are enabled for the app and that Do Not Disturb is not active.
I also tried sending a test notification using the CloudKit Console. The notification was successfully delivered to other push notification tokens, but it did not work for this specific device’s token. I have also confirmed that the push token on the server matches the one on the device and that it is being used with the APNs production environment.
The issue for this user started in iOS version 26.2 and are still ongoing in version 26.3.1 .
Has anyone encountered a similar issue or have suggestions on how to further diagnose this?