Push notifications to native iOS app

Is there any meteor package currently that can handle push notifications to a native iOS app via APNS? I came across RAIX:push but it seems to be for Cordova apps. Any help would be appreciated. Thanks!

I would just use the node-apn NPM module for that. It’s not too hard to create your own internal package using that and a bit of business logic.