rails apns for push notification to apple ipad - 使用哪个gem?

Mic*_*ant 4 ruby ruby-on-rails apple-push-notifications

我想从rails 3.0.3应用程序向Apple推送通知.

我发现了各种各样的apns"ish"宝石,包括apns_on_rails.

其中一些看起来有点旧(1年或2年),目前还不清楚2012年会使用什么"当前".

根据我的标准,您能推荐使用哪一个吗?哪个是主流?哪个维护?
我不喜欢自定义github存储库,我正在寻找最稳定的长期宝石解决方案.

And*_*icz 7

https://github.com/PRX/apn_on_rails

我们维护它,我刚刚将它更新为rails 3兼容.

您需要将它添加到您的gemfile中,然后运行

rails g apn_on_rails:install
rake db:migrate
Run Code Online (Sandbox Code Playgroud)

您还需要提供各种证书和证书,正如您所期望的那样,但这一切都在自述文件中.


Moh*_*fez 7

我更喜欢Grocer到APN的轨道,如果你问我,它更简单易用,并且不需要数据库迁移或rake任务来做一些基本上就像使用格式化的JSON命中Apple服务器一样的东西. ..