apnserver icon indicating copy to clipboard operation
apnserver copied to clipboard

A Ruby-based server and toolkit for sending iPhone push notifications

Results 7 apnserver issues
Sort by recently updated
recently updated
newest added

Updates the requirements on [activesupport](https://github.com/rails/rails) to permit the latest version. Commits 0c510c7 bumping to 3.1.12 a7d252b JDOM XXE Protection [CVE-2013-1856] 967591b Fix changelog typos [ci skip] 16ed3d5 Update changelogs with...

dependencies

Bumps [i18n](https://github.com/ruby-i18n/i18n) from 0.5.0 to 0.8.0. Release notes Sourced from i18n's releases. v0.8.0 This release is the same as the v0.8.0.beta1 gem. Notable changes You can now set I18n.cache_key_digest to...

dependencies

After several types of errors like that : Neither PUB key nor PRIV key:: error (OpenSSL::PKey::RSAError) I add a broader management of exceptions for keep service always active

I've implemented feedback support, and if you want you can pull from my fork. One note to make, I did change the README.textile so anyone in one of the commits...

Hi guys, I've been noticing something strange lately. After some time idle (no notification is pushed), ApnServer fails silently to deliver notifications, and end up raising : ``` /usr/lib/ruby/1.9.1/openssl/buffering.rb:235:in `syswrite':...

Hello, I have run into issues when trying to send push notifications with utf8 character in it on ruby 1.9. With 2 changes on my fork I was able to...