Got com.apple.developer.usernotifications.filtering entitlement still not able to suppress notifications

I got notification filtering permission from appStoreConnect, i.e. com.apple.developer.usernotifications.filtering, but not able to suppress notification even after setted contentHandler(UNNotificationContent()) and contentHandler(UNMutableNotificationContent()). Added entitlements in both extension and main app, also in signing profile these Entitlements are visible, what other changes should I do?

Got com.apple.developer.usernotifications.filtering entitlement still not able to suppress notifications
 
 
Q