Open SirJAKfromSpace opened 3 years ago
@SirJAKfromSpace
Development server: api.sandbox.push.apple.com:443 Production server: api.push.apple.com:443 https://developer.apple.com/documentation/usernotifications/setting_up_a_remote_notification_server/sending_notification_requests_to_apns/
I do have the same problem. The curl returns 200 and my app doesn't response to it.
Edit: After compiling in release mode, the push did open the calling ui.
i'm using the
@parse/node-apn
npm package in my firebase cloud function to request for a push.i seem to be getting 'notifs sent: 0 failed: 1' when printing
results.sent
andresults.failed
. i'm pretty sure that the VoIP Token being used is the one produced by the voip_kit instance (i checked logs). please can someone confirm whether I'm calling the APNs properly? any idea where the problem could be?and i only have 1 iOS device not 2, so sadly i cant try out the example app. i also tried the CURL command mentioned in the doc. it connects to api.sandbox.apple and my .pem certificate verifies OK. finally it outputs: