ruddarr / app

A native iOS companion app for Radarr and Sonarr instances.
https://apps.apple.com/app/ruddarr/id6476240130
MIT License
89 stars 6 forks source link

Option to hide indexer failures #303

Closed tillkruss closed 2 months ago

tillkruss commented 4 months ago
let eventType = userInfo["eventType"] as? String ?? ""

if eventType.contains(":IndexerStatusCheck") {
    return []
}

https://developer.apple.com/documentation/bundleresources/entitlements/com_apple_developer_usernotifications_filtering

tillkruss commented 3 months ago

https://github.com/ruddarr/apns-worker/commit/d0bd8cb240bc992a60ef46751fe5287e4c2e1e3b