Is there a way to find or confirm a Push notification (Apple Push Notification - APN) has really reached IOS Device? We are finding it hard to troubleshoot, when we get a success and a user complains that they haven't received the notification.
Asked
Active
Viewed 53 times
0
-
APN does not have a delivery guarantee. Push Notifications do get lost from time to time. – Gereon Feb 07 '18 at 11:47
-
there is not feedback about (un)successful delivery – the concept is: you just _push_ it towards the desired direction and leave it. – holex Feb 07 '18 at 12:04
-
Thanks Holex and Gereon. I checked APN documentation. Didnt find any. – Sam Feb 07 '18 at 13:18