I am writing an app that receives Push notifications via the Apple Push Notification Service.
Is there a way to know whether a push notification sent via APNS has successfully arrived to the device?
I am writing an app that receives Push notifications via the Apple Push Notification Service.
Is there a way to know whether a push notification sent via APNS has successfully arrived to the device?
this is not possible to find whether it received by device or not,as php code will only connect to APNS server of apple. after that it is responsibility of apple server to send that message/notification to device.