update readme for topic flag.
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
This commit is contained in:
parent
479ec7fa5c
commit
458254b8e0
2
Makefile
2
Makefile
|
@ -1,7 +1,5 @@
|
||||||
.PHONY: all
|
.PHONY: all
|
||||||
|
|
||||||
VERSION=0.0.1
|
|
||||||
|
|
||||||
DEPS := $(wildcard *.go)
|
DEPS := $(wildcard *.go)
|
||||||
BUILD_IMAGE := "gorush-build"
|
BUILD_IMAGE := "gorush-build"
|
||||||
TEST_IMAGE := "gorush-testing"
|
TEST_IMAGE := "gorush-testing"
|
||||||
|
|
|
@ -95,12 +95,13 @@ $ gorush -android -m="your message" -k="API Key" -t="Device token"
|
||||||
Send single notification with the following command.
|
Send single notification with the following command.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
$ gorush -ios -m="your message" -i="your certificate path" -t="device token"
|
$ gorush -ios -m="your message" -i="your certificate path" -t="device token" -topic="apns topic"
|
||||||
```
|
```
|
||||||
|
|
||||||
* `-m`: Notification message.
|
* `-m`: Notification message.
|
||||||
* `-i`: Apple Push Notification Certificate path (`pem` file).
|
* `-i`: Apple Push Notification Certificate path (`pem` file).
|
||||||
* `-t`: Device token.
|
* `-t`: Device token.
|
||||||
|
* `-topic`: The topic of the remote notification.
|
||||||
|
|
||||||
The default endpoint is APNs development. Please add `-production` flag for APNs production push endpoint.
|
The default endpoint is APNs development. Please add `-production` flag for APNs production push endpoint.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue