Disabling APNs
Last updated March 2020
To disable APNs at the domain level remove the routes
and the delivery_method
options from the scope where you wish to disable APNs. In “Configuring for APNs” all you need do is remove them from the apn_example.com
domain.
Note
If you have some domains that are APNs enabled and some that are not, do not configure the routes
and the delivery_method
options in a global context. Only set them within the domain scope as shown in “Configuring for APNs”.
To disable APNs entirely, remove the apn
module and all options related to Apple push notifications.
Was this page helpful?