I can get push working except for messages that come in while app is closed.
Messages do show up on Notification Center, but only passed to app when user clicks on the actual msg 1 by 1.
Does anyone know if there is a way to fetch all the messages from the Notification Center with Rhomobile?
For anyone interested,
Could not find a way to retrieve notifications from iOS Notifications Center so I did the following:
added in application.rb
Then in controller.rb inside the Settings folder