Skip to content

Instantly share code, notes, and snippets.

@mateusz-fiolka
Created July 15, 2014 08:03
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 mateusz-fiolka/9cbb69b0e13619631294 to your computer and use it in GitHub Desktop.
Save mateusz-fiolka/9cbb69b0e13619631294 to your computer and use it in GitHub Desktop.
{
"application": "sample_application",
"auth": "sample_auth",
"notifications": [
{
"send_date": "now",
"ignore_user_timezone": true,
"apns_trim_content": 1,
"content": "sample_message",
"platforms": [1],
"ios_sound": "sample_sound",
"ios_root_params": {
"sample_data_key": "sample_data_value"
},
"conditions": [
["categories", "IN", ["category_1", "category_2"]]
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment