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...
These open connection errors can't be catched, https://github.com/NicosKaralis/pushmeup/blob/master/lib/pushmeup/apns/core.rb#L100 https://github.com/NicosKaralis/pushmeup/blob/master/lib/pushmeup/apns/core.rb#L101 because they are rescued and new error occure on closing `@ssl`, because `@ssl` is nil https://github.com/NicosKaralis/pushmeup/blob/master/lib/pushmeup/apns/core.rb#L83
Hi, I'm using this gem for sending push notifications on IOS and it works fine for me. Now I need to use apple feedback service to know about the device...
When using `APNS.send_notifications` I encounter "Broken pipe" errors which after googling around I understand have to do with invalid device registration ids (user blocked notifications, uninstalled the app, etc.). Is...
I need the ability to send to different apps/devices from a single Rails application. The certificate will be different for each push and the current Module doesn't make much sense...
I have some automated tests for testing asynchronous jobs with sidekiq that send push notifications. They pass, but the device which should be getting the notifications is not receiving it...
Is there a way to not send out a network call and still see the deliveries of the notification? This will be very helpful for cucumber testing.
Hey there, looking at the state of the issues and pull requests it looks like you could use a mantainer for this gem. I like its style because it does...
As the socket or the ssl connection might not be initialized when closing, we need to check its existance before doing it.