Hi,
I’m integrating ionic push into my app which will be distributed on Android and iOS.
I got the push notification completely working on Android, but while integrating push on iOS i’m encountering a problem. I’ve followed the complete ionic push guide for iOS, everything seems fine and after registering a user and trying to send a one-time-notification from the ionic dashboard with the right device-token i receive a succes-response:
{"errors":[],"status":"Sent","ios":{"success":true,"sent":1,"failure_reason":""},"app_id":"<app-id>”}
However, the notification never reaches my iphone. After asking the ionic-team, they told me i get a 513 error, which i an general error message saying my certificates are not correct.
When i use APNS Pusher to test the certificate with the provided device token, the push notification is successfully received.
Can someone help me with this issue?