Meteor smart package wrapper for node-apn, Apple Push Notifications.
Currently server-side only.
meteor add gb96:apn
Please refer to node-apn documentation. This package defines a global object apn
which exposes all the public methods of the node-apn module to your Meteor server-side app.