Post

Replies

Boosts

Views

Activity

Reply to NSE Filtering
Hello I have the same problem The model of my notification is { "headers": { "apns-push-type": "alert" }, "aps": { "alert": { "title": "Test title", "body": "You have received a new message." }, "mutable-content": 1 } } I can catch notification in UNNotificationServiceExtension but i can't filter it with contentHandler(UNNotificationContent())
Jul ’23