pushmeup
pushmeup copied to clipboard
This gem is a wrapper to send push notifications to devices. Currently it only sends to Android or iOS devices, but more platforms will be added soon. With APNS (Apple Push Notifications Service) you...
Added support for Microsoft Push Notification Service (Windows Phone). Currently only supports 'Toast' notifications. (No support for 'Raw' or 'Tile' notifications) See updated readme for detailed info.
Implementation for WPNS, raw, toasts and tiles notifications.
Your gem works great, but my server need to use proxy to connect internet. How can I do? Need configs in rails or in gem's parameters, please help.
When queuing a message through Redis (Sidekiq in my case), hash parameters are serialized and unserialized via JSON dump/load, so any symbol keys are converted to strings. Since APNS::Notification only...
This way it's easy to have more applications each one with its configuration.
hi, when there is a token corrupt Apple tell to close connection and reopen.
According to the ios documentation, the parameter content-available was not being sent. https://developer.apple.com/library/ios/documentation/NetworkingInternet/Conceptual/RemoteNotificationsPG/Chapters/ApplePushService.html
https://developer.apple.com/library/ios/documentation/NetworkingInternet/Conceptual/RemoteNotificationsPG/Chapters/ApplePushService.html#//apple_ref/doc/uid/TP40008194-CH100-SW9 it's another option that support in pans
Hi! I've made caching for ssl_context, to not read pem file on every push notification. Also removed some repetitions. All methods (including protected) are fully compatible with old api.
We have certificates that reside in a database. This change allows certificates to be configured from a file path or any object that responds to `read`.