# tonymillion/Reachability

ARC and GCD Compatible Reachability Class for iOS and MacOS. Drop in replacement for Apple Reachability

Repository: https://github.com/tonymillion/Reachability
Canonical: https://ross.abutalabs.com/products/reachability
Language: Objective-C
License: BSD-2-Clause
License Family: permissive
Topics: reachability, objective-c, apple, wwan
Last push: 2026-03-25T00:02:23+00:00

## Health v2 (maintenance only)
Score: 56/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 73, release rhythm 8, longevity 100
- inputs: {"age_days": 5409, "days_push": 162, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 6954, forks 1248 (observed 2026-08-28T04:09:51.731126+00:00)

## What it is
An ARC and GCD compatible Objective-C Reachability class for iOS and macOS, serving as a drop-in replacement for Apple's Reachability. It notifies apps of network interface changes via NSNotification or blocks, with configurable WWAN reachability.

## Use cases
- detect when the network becomes reachable or unreachable in an iOS app
- monitor network interface changes on macOS
- check whether a WWAN connection counts as reachable
- replace Apple's Reachability class with an ARC-compatible version
- get callbacks via blocks when connectivity status changes

## When to choose
- you need an Objective-C Reachability replacement for iOS or macOS
- you want block-based or notification-based network status callbacks
- you need ARC and GCD compatibility with legacy Apple Reachability semantics

## When to avoid
- you are on Swift-only modern projects that can use NWPathMonitor instead
- you need reachability inside a framework and cannot risk App Store rejection
- you target very old iOS versions without using the older tagged releases

## Facets
- artifact type: library
- maturity: stable
- function: networking, monitoring
- domain: mobile-development, networking, developer-tools
- platform: cpp
- tags: reachability, objective-c, gcd, arc, wwan, network-status, apple, ios, macos, swift

## Member repositories
- tonymillion/Reachability (main) score 56

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:09:51.731126+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-29T17:41:11.890394+00:00, confidence not recorded.
  - readme: https://github.com/tonymillion/Reachability (fetched 2026-08-28T04:09:51.731126+00:00, sha ced1c4bddcc7)
- Data as of 2026-08-30T08:39:29.467469+00:00.
