# sureJiang/MSNotificationProtector

No intrusive automatic removal of notifications added below iOS9

Repository: https://github.com/sureJiang/MSNotificationProtector
Canonical: https://ross.abutalabs.com/products/msnotificationprotector
Language: Objective-C
License: MIT
License Family: permissive
Last push: 2020-12-27T06:34:04+00:00

## Health v2 (maintenance only)
Score: 32/100 (v2, computed 2026-09-03T02:39:23.370411+00:00)
- activity 0, release rhythm 35, longevity 100
- inputs: {"age_days": 2406, "days_push": 2075, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1758, forks 16 (observed 2026-08-28T04:05:32.366211+00:00)

## What it is
An Objective-C iOS library that automatically removes NSNotificationCenter observers added on iOS versions below 9, where observers are not auto-removed. It works non-intrusively via method swizzling and requires no code changes after integration.

## Use cases
- prevent crashes from unremoved notification observers on old iOS
- fix NSNotificationCenter leaks below iOS 9
- auto-clean notification observers without code changes
- drop-in observer lifecycle management for legacy iOS apps

## When to choose
- your iOS app supports versions below iOS 9
- you want a zero-code-change fix for observer leaks
- you need ARC/MRC compatible observer cleanup

## When to avoid
- your deployment target is iOS 9 or later, where the system handles this automatically
- you need Swift-native or modern observer APIs

## Facets
- artifact type: library
- maturity: maintenance
- function: middleware, developer-tools
- domain: mobile-development, developer-tools
- platform: -
- tags: nsnotificationcenter, objective-c, memory-leaks, ios9, cocoapods, non-intrusive, ios, mobile

## Member repositories
- sureJiang/MSNotificationProtector (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:05:32.366211+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T03:27:37.888462+00:00, confidence not recorded.
  - readme: https://github.com/sureJiang/MSNotificationProtector (fetched 2026-08-28T04:05:32.366211+00:00, sha 36fede69d709)
- Data as of 2026-08-30T08:39:29.467469+00:00.
