Skip to content

Instantly share code, notes, and snippets.

@mdobson
Created April 5, 2014 18:48
Show Gist options
  • Save mdobson/9996237 to your computer and use it in GitHub Desktop.
Save mdobson/9996237 to your computer and use it in GitHub Desktop.
push notification
POST http://api.usergrid.com/mdobson/sandbox/devices/76b745c8-1a25-3e6a-8ca9-3d81f369e8cc
payloads: {
apple: {
aps: {
sound: "chime",
alert: "Hello!"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment