tonymillion/Reachability
ARC and GCD Compatible Reachability Class for iOS and MacOS. Drop in replacement for Apple Reachability observed · 2026-08-28
Health v2 · maintenance only
56/100
- Activity 73
- Release rhythm 8
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 5409
- days_rel: n/a
- days_push: 162
- n_releases_24m: 0
Adoption not part of the score
6954 stars · 1248 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
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
library · maturity stable
networking monitoring mobile-development networking developer-tools cpp reachability objective-c gcd arc wwan network-status apple ios macos swift
1 source
- readme: https://github.com/tonymillion/Reachability · fetched 2026-08-28 · ced1c4bddcc7
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| tonymillion/Reachability | main | 56 |
For agents
markdown · JSON · MCP: product_card(name="tonymillion/Reachability")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem