Skip to content

Instantly share code, notes, and snippets.

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

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

Select an option

Save jpoz/145181 to your computer and use it in GitHub Desktop.
device_token = '123abc456def'
APNS.send_notification(device_token, 'Hello iPhone!' )
#or
APNS.send_notification(device_token, :alert => 'Hello iPhone!', :badge => 1, :sound => 'default')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment