[ci skip] update readme.
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
This commit is contained in:
parent
8ca03d74da
commit
3635a168ae
|
@ -73,6 +73,12 @@ $ ./gopush -ios -m="your message" -i="API Key" -t="Device token"
|
|||
* `-i`: Apple Push Notification Certificate path (`pem` file).
|
||||
* `-t`: Device token.
|
||||
|
||||
The default endpoint is APNs development. Please add `-production` flag for APNs production push endpoint.
|
||||
|
||||
```bash
|
||||
$ ./gopush -ios -m="your message" -i="API Key" -t="Device token" -production
|
||||
```
|
||||
|
||||
## License
|
||||
|
||||
Copyright 2016 Bo-Yi Wu [@appleboy](https://twitter.com/appleboy).
|
||||
|
|
Loading…
Reference in New Issue