Ionic Push not working on IOS only. Third party app can send notification but IONIC can not

New push notification framework setup is working perfectly fine on Android but IOS the notifications are enqueued and never delivered.

I used Pusher [(https://github.com/noodlewerk/NWPusher)] using my .p12 & token to send notifications to the app on IOS and that seems to be working which means that the setup on the device should be okay. I have followed all the steps on the guide but nothing seems to work.

When I curl the notification through Ionic I see that the status shows as enqueued but never gets delivered

curl -X POST -H “Authorization: Bearer API_TOKEN” -H "C…

“notification”: {
“message”: “Hello World!”
}

Result - “state”: “enqueued”

Any tips??

i have the same problem