Skip to content

Instantly share code, notes, and snippets.

@ikeikeikeike
Created July 24, 2012 17:12
Show Gist options
  • Save ikeikeikeike/3171258 to your computer and use it in GitHub Desktop.
Save ikeikeikeike/3171258 to your computer and use it in GitHub Desktop.
badge / sound
tokens = ["token1", "token2", "token3", "token4"]
notifications = [
{'aps':{'alert': 'Hello token 1', 'badge': 2, 'sound': 'flynn.caf'}},
{'aps':{'alert': 'Hello token 2', 'badge': 4, 'sound': 'flynn.caf'}},
{'aps':{'alert': 'Hello token 3', 'badge': 5, 'sound': 'flynn.caf'}},
{'aps':{'alert': 'Hello token 4', 'badge': 8, 'sound': 'flynn.caf'}},
]
notify('myapp', tokens, notifications) # push!!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment