Skip to content
Ian Leitch edited this page Feb 9, 2014 · 1 revision

The Push API is intended for use in low-workload environments where you may only want to deliver notifications on a periodic basis.

With your scheduler of choice, simply call Rpush.push. Rpush will start up, deliver all pending notifications and immediately shutdown.

To receive feedback when using push mode, you need to call Rpush.apns_feedback. You may choose to run this less frequently than Rpush.push.