My app suddenly cannot receive push notifications

My app(The Smart Life app) is unable to receive push notifications. Please confirm whether APNs has received push notifications from Alibaba Cloud and whether APNs has successfully pushed notifications to the Smart Life app.The Smart Life app uses Alibaba Cloud's push notification service. The message ID pushed by Alibaba Cloud is: f7a02288-a995-47ed-b417-837461028f03 Current Symptom: Alibaba Cloud has reported that this message has been successfully pushed to APNs, but the smart life app has not received any push notifications. The feedback log from Alibaba Cloud shows that the APNs push was successful, but the smart life app did not receive any push. Because APNs do not have message receipts and Alibaba Cloud cannot obtain notification delivery status, it is recommended that I use the APNs channel message ID to submit a work order to Apple technical support for investigation. Note: All push notification permissions for the Smart Life app are enabled, and the Smart Life app is in the foreground when push notifications are sent.

It seems like the push token you are using to send the notification to does not belong to an active device. It is possible that the push token for your app has changed on that device, and you are still using the old token.

Please make sure that your app always calls registerForRemoteNotifications at every launch and sends the new token to your servers if it has changed.

Best would be to delete your app now, and reinstall, which should ensure that your app does get a new active token.

My app suddenly cannot receive push notifications
 
 
Q