JavaPNS
JavaPNS copied to clipboard
Fork of JavaPNS to include Java 8/Maven support
Hi, Does the JavaPNS library support apns-push-type for ios 13? (Required when delivering notifications to devices running iOS 13 and later, or watchOS 6 and later. Ignored on earlier system...
I try to get a Respons from the APNS but the Respons is always = null.. try{ if ( !isConnected){ initializeConnection(); } List deviceList = Devices.asDevices(receivers); for (Device device: deviceList){...
Fixed PushedNotification.toString when token is invalid Code cherry picked by hand from https://code.google.com/archive/p/javapns/source/default/commits There is more there to consider.