I went through the updated official APNS documentation and she clearly says
All developers should migrate their remote notification provider servers to the more efficient and efficient HTTP / 2-based APIs described in the APNs API.
But the new APNs API does not seem to have the old APNS feedback service. They changed the URLs of endpoints that do not have a feedback service endpoint. It also looks like error codes are being updated now, which includes the error code below,
Unregistered - The device token is inactive for the specified topic.
So, can we call the APNS feedback service again?
My main problem is that I am using javapns api version 2.2 for iOS push notifications, for which I cannot find any update that will help me deal with these new changes.
push-notification apple-push-notifications javapns
DineshM
source share