Reachability is a lightweight Objective-C wrapper around Apple’s SCNetworkReachability that reports whether the network is reachable and via which interface (Wi-Fi or cellular). It exposes both notifications and blocks so you can react to connectivity changes without polling. Typical usage is to gate network requests, disable online-only UI, and show graceful messaging when connectivity drops. The implementation is careful about threading and runloop scheduling so events arrive reliably without blocking the main thread. It also supports reachability checks for specific hosts, enabling smarter behavior than a simple “internet yes/no” toggle. Despite newer frameworks existing today, Reachability remains widely referenced for its simple API and predictable behavior in legacy Objective-C codebases.

Features

  • ARC-compatible and leverages Grand Central Dispatch for reachability updates
  • Supports notification-based callbacks via NSNotificationCenter
  • Offers block-based callbacks for more concise reachability handling
  • Allows treating WWAN (cellular) connectivity as reachable or not via configuration
  • Simple integration by adding .h/.m files and linking against SystemConfiguration.framework
  • Compatible with Swift (e.g., Swift 3) and Objective-C projects

Project Samples

Project Activity

See All Activity >

Categories

Libraries

License

BSD License

Follow Reachability

Reachability Web Site

Other Useful Business Software
Enterprise-grade ITSM, for every business Icon
Enterprise-grade ITSM, for every business

Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity.

Freshservice is an intuitive, AI-powered platform that helps IT, operations, and business teams deliver exceptional service without the usual complexity. Automate repetitive tasks, resolve issues faster, and provide seamless support across the organization. From managing incidents and assets to driving smarter decisions, Freshservice makes it easy to stay efficient and scale with confidence.
Try it Free
Rate This Project
Login To Rate This Project

User Reviews

Be the first to post a review of Reachability!

Additional Project Details

Operating Systems

Apple iPhone, Mac

Programming Language

Objective C

Related Categories

Objective C Libraries

Registered

2025-09-09