Skip to content

Instantly share code, notes, and snippets.

@kasajei
Created January 19, 2013 05:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kasajei/4570891 to your computer and use it in GitHub Desktop.
Save kasajei/4570891 to your computer and use it in GitHub Desktop.
ParseのPushNotificationのJSON ref: http://qiita.com/items/bdb22029f681a71c5ca0
{"alert":"test","badge":"21","sound":"","action":"1"}
{
action = 1;
aps = {
alert = test;
badge = 21;
sound = "";
};
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment