- Notifications
You must be signed in to change notification settings - Fork378
Push API
Ian Leitch edited this pageFeb 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 callRpush.push
. Rpush will start up, deliver all pending notifications and immediately shutdown.
To receive feedback when using push mode, you need to callRpush.apns_feedback
. You may choose to run this less frequently thanRpush.push
.