Skip to content
This repository has been archived by the owner on Mar 9, 2018. It is now read-only.

Push API

Ian Leitch edited this page Jun 7, 2013 · 3 revisions

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 Rapns.push. Rapns will start up, deliver all pending notifications and immediately shutdown.

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

Clone this wiki locally