Skip to content

Instantly share code, notes, and snippets.

@jpoz
Created July 11, 2009 09:09
Show Gist options
  • Select an option

  • Save jpoz/145182 to your computer and use it in GitHub Desktop.

Select an option

Save jpoz/145182 to your computer and use it in GitHub Desktop.
APNS.send_notification(device_token, :alert => 'Hello iPhone!', :badge => 1, :sound => 'default',
:other => {:sent => 'with apns gem'})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment