Method: APNS.send_notification
- Defined in:
- lib/pushmeup/apns/core.rb
.send_notification(device_token, message) ⇒ Object
35 36 37 38 |
# File 'lib/pushmeup/apns/core.rb', line 35 def self.send_notification(device_token, ) n = APNS::Notification.new(device_token, ) self.send_notifications([n]) end |