push-notification-test-tool:Node.js CLI工具可将推送通知发送到Android和iOS设备

时间:2024-05-28 20:12:21
【文件属性】:

文件名称:push-notification-test-tool:Node.js CLI工具可将推送通知发送到Android和iOS设备

文件大小:8KB

文件格式:ZIP

更新时间:2024-05-28 20:12:21

android ios push-notifications apns gcm

推送通知测试工具 简单的CLI工具,用于将推送通知发送到Android和iOS设备。 安装 npm install -g push-notification-test-tool 设置 要设置工具运行,请执行以下操作: 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 注意:这会每次擦除并重建配置文件,因此请确保包括所有字段。 发送推送通知 pushtester send ios -t TITLE -m MESSAGE tool -d YOUR_DEVICE_TOK


【文件预览】:
push-notification-test-tool-master
----.gitignore(26B)
----README.md(675B)
----.eslintrc(1KB)
----package.json(1KB)
----dist()
--------Push.js(3KB)
--------index.js(2KB)
----src()
--------Push.js(1KB)
--------index.js(2KB)
----LICENSE.txt(1KB)
----.npmignore(50B)
----gulpfile.js(426B)

网友评论