APS Environment (macOS) Entitlement
The environment for push notifications in macOS apps.
Possible Values
developmentThe APNs development environment.
productionThe APNs production environment.
Discussion
This key specifies whether to use the development or production Apple Push Notification service (APNs) environment when registering for push notifications with registerForRemoteNotifications().
Xcode sets the value of the entitlement based on your app’s current provisioning profile. For example, if you’re using a development provisioning profile, Xcode sets the value to development.
To add this entitlement to your app, enable the Push Notifications capability in Xcode.