Skip to content

Instantly share code, notes, and snippets.

@brandhill
Created November 23, 2016 03:09
Show Gist options
  • Select an option

  • Save brandhill/bcd540eebd52905d01d4e44cb9f923c1 to your computer and use it in GitHub Desktop.

Select an option

Save brandhill/bcd540eebd52905d01d4e44cb9f923c1 to your computer and use it in GitHub Desktop.
a sample for push localization payload
{
"aps":{
"alert":{
"loc-key":"My Localized String",
"loc-args":[
"First argument",
"Second argument"
]
},
"badge":1,
"sound":"default"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment