Since the April 1st 2021, my Apple push notifications with java-apns stopped working, i.e my devices wouldn't receive push notification anymore, while my backend server using the java-apns library wouldn't throw any exceptions... I've checked my .p12
certificates and they have not expired, so I am quite unsure as to what's happening?
Has anyone run into this issue?
My Apple push notifications stopped with Java Apns stopped working
606 Views Asked by Valy Dia At
1
As the java-apns github page says:
So basically the library stop working, as it uses a protocol that us no longer supported and you can try migrate to Pushy or any other libraries.