Following the guide on Capacitor’s site for push notifications, I am unable to receive any push notification inside my iOS device.
I’ve triple checked that the Apple Push key and sandbox/production certificates are uploaded
I have successfully registered to the APNs and get a token value, but when I use Firebase to send a message to the token, I receive no notification.
I’ve also tried to send a message directly using this solution Apple Push Notification Using ASP.Net and I can send the message successfully, but I receive no response at all.