You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 and results.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:
* Connection state changed (MAX_CONCURRENT_STREAMS == 1000)!
* We are completely uploaded and fine
< HTTP/2 200
< apns-id: A2ED1505-EE9D-CD19-955B-84669C7322A2
<
* Connection #0 to host api.sandbox.push.apple.com left intact
* Closing connection 0
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: