iOS push notifications in 2 lines of Ruby
Make sure you have a Parse.com account configured for Push notifications
gem install parse-ruby-client
https://github.com/adelevie/parse-ruby-client
push = Parse::Push.new({"alert" => "I'm sending this push to all my app users!"})
push.save
Written by Alan deLevie
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Ruby
Authors
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#