update readme for topic flag.

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
This commit is contained in:
Bo-Yi Wu 2016-04-28 14:45:25 +08:00
parent 479ec7fa5c
commit 458254b8e0
2 changed files with 2 additions and 3 deletions

View File

@ -1,7 +1,5 @@
.PHONY: all
VERSION=0.0.1
DEPS := $(wildcard *.go)
BUILD_IMAGE := "gorush-build"
TEST_IMAGE := "gorush-testing"

View File

@ -95,12 +95,13 @@ $ gorush -android -m="your message" -k="API Key" -t="Device token"
Send single notification with the following command.
```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.
* `-i`: Apple Push Notification Certificate path (`pem` file).
* `-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.