---
title: missingNotificationFilteringEntitlement
framework: callkit
role: symbol
role_heading: Type Property
path: callkit/cxerrorcodenotificationserviceextensionerror-swift.struct/missingnotificationfilteringentitlement
---

# missingNotificationFilteringEntitlement

An error indicating that the notification service extension is missing the required filtering entitlement.

## Declaration

```swift
static var missingNotificationFilteringEntitlement: CXErrorCodeNotificationServiceExtensionError.Code { get }
```

## Discussion

Discussion To call the reportNewIncomingVoIPPushPayload(_:completion:) method, a notification service extension must have a com.apple.developer.usernotifications.filtering entitlement. To apply for this entitlement, see https://developer.apple.com/contact/request/notification-service. After you receive permission to use the entitlement, add com.apple.developer.usernotifications.filtering to the entitlements file for the Notification Service Extension target.

## See Also

### Understanding Error Codes

- [invalidClientProcess](callkit/cxerrorcodenotificationserviceextensionerror-swift.struct/invalidclientprocess.md)
- [unknown](callkit/cxerrorcodenotificationserviceextensionerror-swift.struct/unknown.md)
- [CXErrorCodeNotificationServiceExtensionError.Code](callkit/cxerrorcodenotificationserviceextensionerror-swift.struct/code.md)
