When using APNS.send_notifications I encounter "Broken pipe" errors which after googling around I understand have to do with invalid device registration ids (user blocked notifications, uninstalled the app, etc.). Is there a way to have the APNS.send_notifications method resume pushing to the rest of the devices while just accumulating errors instead of raising an exception and returning?
Great gem BTW!
When using
APNS.send_notificationsI encounter "Broken pipe" errors which after googling around I understand have to do with invalid device registration ids (user blocked notifications, uninstalled the app, etc.). Is there a way to have theAPNS.send_notificationsmethod resume pushing to the rest of the devices while just accumulating errors instead of raising an exception and returning?Great gem BTW!