Documentation
README
Push Notification Tester
Send test VoIP push notifications to iOS (APNs) and Android (FCM) devices.
iOS (APNs)
node {baseDir}/scripts/send-ios-push.js \
--token=<device_token> \
--bundle-id=<bundle_id> \
--cert=<path/to/cert.pem> \
--key=<path/to/key.pem> \
[--env=sandbox|production] \
[--caller-name="Test Caller"] \
[--caller-number="+1234567890"]
Required args
--token— 64-char hex APNs device token--bundle-id— App bundle ID (e.g.com.telnyx.webrtc)--cert— Path to certificate PEM file--key— Path to private key PEM file
Optional args
--env—sandbox(default) orproduction--caller-name— Display name (default: "Test Caller")--caller-number— Phone number (default: "+1234567890")
Android (FCM)
This is the opening of the README. Read the full README on GitHub.