push

command
v0.0.0-...-e9c9bf0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 5, 2016 License: MIT Imports: 7 Imported by: 0

Documentation

Overview

Send Apple Push notification

./push [-params] <token> [<token2> [...]]
  -t    use development service
  -b badge
        badge number
  -c certificate
        push certificate (default "cert.p12")
  -f file
        JSON file with push message
  -p password
        certificate password
  -a text
        message text (default "Hello!")

Sample JSON file:
  {
    "payload": {
      "aps": {
        "alert": "message",
        "badge": 0
      }
    }
  }

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL