Home
Softono

Push Notification Test Tool

Open source MIT JavaScript
13
Stars
3
Forks
12
Issues
1
Watchers
4 years
Last Commit

 About Push Notification Test Tool

Node.js CLI tool to send push notifications to Android and iOS devices

Platforms

Web Self-hosted iOS Android

Languages

JavaScript

Links

Need Help Installing Push Notification Test Tool?

We provide expert installation service for this software. Our team will install, configure, and secure Push Notification Test Tool on your server. plans start at just $30.

Push Notification Test Tool

View on GitHub

Push Notification Test Tool

Simple CLI tool to send push notifications to Android and iOS devices.

Install

npm install -g push-notification-test-tool

Setup

To set up the tool run:

pushtester setup --androidSenderAPIKey YOUR_API_KEY --bundle YOUR_BUNDLE_ID --iosCert ABSOLUTE_PATH_TO_p8 --iosTeamId YOUR_TEAM_ID --iosKeyId YOUR_KEY_ID --iosEnv PRODUCTION_OR_DEVELOPMENT

Note: this wipes and rebuilds the config file each time so make sure you include all fields.

Sending a Push Notification

pushtester send ios -t TITLE -m MESSAGE tool -d YOUR_DEVICE_TOKEN
pushtester send android -t TITLE -m MESSAGE tool -d YOUR_DEVICE_TOKEN