Enabling provider

To enable this provider, you need to enable apns-binary-api bean within push component configuration scope.

Example. 

push () {
    'apns-binary-api' () {
        # APNs configuration here
    }
}

Note

You need to pass APNs configuration parameters to make it work, see below.