APNS response said push was send but it's not.

Hi!

We have enterprise app, using good(not expired) Push Notification Cert, Java Agent, whose working with APNS API and sending payload to APNS.

For some reason, pushes stopped arrriving on all devices. Java Agent said "push-notification was send succesfully", I guess that was response from APNS.

What was go wrong?

Thanks.

UP. Add more info.

More details:

We are using javaPNS 2.2 When I'm trying to send pushes with command-line tools on my mac, it's work.  With JavaPNS - it's not.

JavaAgent logs:


17.06.2021 10:29:24  AMgr: ‘Push-notification test’ is the agent signer of agent '***' in ‘***’

17.06.2021 10:29:24  AMgr: 'Agent ‘Push-notification test’ in ‘***’ will run on behalf of ‘***’

17.06.2021 10:29:25  AMgr: Agent (‘Push-notification test’ in '***') printing: Creating notification's body...

17.06.2021 10:29:25  AMgr: Agent ('Push-notification test' in '***') printing: Sending notification for 1 devices to a APNs server...

17.06.2021 10:29:26  AMgr: Agent ('Push-notification test' in '***') printing: Processing 1 responses…

17.06.2021 10:29:26  AMgr: Agent ('Push-notification test' in '***') printing: Push-notification for device token: 18e7****07 was send successfully
APNS response said push was send but it's not.
 
 
Q