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...
Google is deprecating GCM so, it would be a good idea switching to FCM. [Google Cloud Messaging page](https://developers.google.com/cloud-messaging/gcm): > As of April 10, 2018, Google has deprecated GCM. The GCM...
Do you have a plan to support p8 key file in APNS?
It's related also to #78 , #64 , #63
i've made everything correctly got the pem, and changed the pushAPNS.rb file, when i run $ruby pushAPNS.rb am not getting any error but nothing is being sent, everything is working...
Hi I Have used your gems,its working fine with android when i send notification i get response (success and error response if something wrong ) but in IOS push notification...
I am using Sidekiq to process my APNS push background jobs. I am using APNS as the code below ``` APNS.host = 'gateway.push.apple.com' APNS.port = 2195 APNS.pem = '' APNS.pass...
All push notifications work fine from my webserver and from irb, however, when I try to send one from a Delayed Job task, the notifications never get sent out.