Skip to content

Instantly share code, notes, and snippets.

@edewit
Created August 21, 2014 09:29
Show Gist options
  • Save edewit/9eb6a05abed7157efd9f to your computer and use it in GitHub Desktop.
Save edewit/9eb6a05abed7157efd9f to your computer and use it in GitHub Desktop.
{
       "variants" : ["c3f0a94f-48de-4b77-a08e-68114460857e", "444939cd-ae63-4ce1-96a4-de74b77e3737" ....],
       "alias" : ["[email protected]", "[email protected]", ....],
       "categories" : ["someCategory", "otherCategory"],
       "deviceType" : ["iPad", "AndroidTablet"],
       "ttl" : 3600,
       "message": {
         "alert":"HELLO!",
         "sound":"default",
         "badge":7,
         "content-available" : true,
         "action-category" : "some_category",
         "simple-push": "version=123",
         "data" : {
             "someKey":"some value",
             "anotherCustomKey":"some other value"
            }
       }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment