PRX / apn_on_rails

Apple Push Notifications on Rails
http://rubydoc.info/github/PRX/apn_on_rails/master/frames
MIT License
538 stars 156 forks source link

alerts can be hashes as well #44

Open abalsam opened 12 years ago

abalsam commented 12 years ago

Hi,

according to: http://developer.apple.com/library/ios/#documentation/NetworkingInternet/Conceptual/RemoteNotificationsPG/ApplePushService/ApplePushService.html#//apple_ref/doc/uid/TP40008194-CH100-SW1

The alert itself can be a hash as well. Needed this, done it, tested with an IOS App.

Regards,

ABA