Method: APNS::Notification#packaged_token
- Defined in:
- lib/pushmeup/apns/notification.rb
#packaged_token ⇒ Object
25 26 27 |
# File 'lib/pushmeup/apns/notification.rb', line 25 def packaged_token [device_token.gsub(/[\s|<|>]/,'')].pack('H*') end |