Push notifications work on Android not iOS

Hi,
My problem is that Push notifications work on Android not iOS, I re-uploaded aps.p12 and certificate.p12 and mobileprovision file. I’m sending notifications from PHP code and getting response like this:

[
  [
    'status' => 'ok',
    'id' => '1e08c22f-3c5c-XXXX-XXXX-11571b61a091',
  ],
]

but doesn’t show on devices, the account is in the enterprise program.

I checked the status by receipt id, the error message every time is: “The Apple Push Notification service unexpectedly dropped the connection. Retry sending the notification later.”

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.