Top "Reachability" questions

Reachability is an iOS sample application which demonstrates how to use the SystemConfiguration framework to monitor the network state of an iPhone or iPod touch.

How to check internet connection in alamofire?

I am using below code for making HTTP request in server.Now I want to know whether it is connected …

ios swift alamofire reachability
AFNetworking checking Availability

I've implemented AFNetworking without subclassing AFHTTPClient, in part using the following code in my DownloadQueueManager: -(void)downloadPodcastAt:(NSString *)url …

ios ios6 afnetworking reachability
How to use NetworkReachabilityManager in Alamofire

I want functionality similar to AFNetworking in Objective-C with Alamofire NetworkReachabilityManager in Swift: //Reachability detection [[AFNetworkReachabilityManager sharedManager] startMonitoring]; [[AFNetworkReachabilityManager sharedManager] …

ios swift alamofire reachability network-connection
How to detect Network Signal Strength in iOS Reachability

I am creating a new Traveling Application in iOS, this application is highly dependent on Maps and will include two …

ios networking bandwidth reachability
How to use reachability class to detect valid internet connection?

I'm new to iOS development and am struggling to get the reachability.h class to work. Here is my code …

objective-c ios ios4 reachability
Reachability Guide for iOS

Has anyone found a halfway decent guide to implementing Reachability on iOS?

ios iphone reachability
Setting up reachability with AFNetworking 2.0

I am trying to setup Reachability using the new 2.0 AFNetworking. In my AppDelegate I initialise the sharedManager. // Instantiate Shared Manager […

ios ios6 afnetworking reachability afnetworking-2
Unity check internet connection availability

I am porting our game to Unity, and need some help regarding internet connectivity check in Unity. Official Unity Documentation …

ios unity3d reachability
Could not successfully update network info during initialization

I get the above mentioned issue all the time when I first launch the app in the day. When I …

ios iphone swift reachability
Need Reachability version for ARC in iOS5

Using Apple's Reachability code in iOS5 I get a bunch of compilation errors as shown below. Any ideas on what …

wifi ios5 reachability automatic-ref-counting