Contents

APS Environment (macOS) Entitlement

The environment for push notifications in macOS apps.

Possible Values

development

The APNs development environment.

production

The 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.

See Also

Related Documentation

Notifications