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. In particular, it demonstrates how to know when IP can be routed and when traffic will be routed through a Wireless Wide Area Network ...

learn more… | top users | synonyms

0
votes
0answers
10 views

Reachability of IP address?

I'm struggling for a long time with this. To check reachability of a hostname, like "stackoverflow.com" works well. But reachability with an IP address is not. I've downloaded Apple's sample code, ...
0
votes
0answers
20 views

Detect the WIFI/CELL signal strength [duplicate]

Is there any way to detect the WIFI/CELL signal strength . I want to notify the user, if the data network quality is good or not.
0
votes
0answers
11 views

Reachability: empty flags when calling TryGetFlags twice

I have this code to test network connection: if (remoteHostReachability == null) { remoteHostReachability = new NetworkReachability (HostName); // Need to probe ...
0
votes
0answers
24 views

Have error: Cast of c pointer type void to object-c pointer type Reachability require a bridged cast

On my iPhone application I checking if iphone connected via wifi or 3G using Reachability class. After importing Reachability files i got this ARC errors. Can you help me fixed this errors please. ...
0
votes
1answer
18 views

Reachability class and hostnames that require https or vpn (ios)

I have implemented the Reachability class successfully. However, in my app I'd like to notify the user when a connection to our server only can't be made (but the regular internet is working). ...
0
votes
2answers
27 views

Reachability.h boolean variable connectionRequired--what does this mean in plain terms?

What does the connectionRequired variable mean in the Reachability.h class that Apple wrote? In plain English? //WWAN may be available, but not active until a connection has been established. ...
-4
votes
0answers
36 views

Iphone - alert for network change is getting called three times

I am new to this iphone development. I am having a web app with included reachability class which detects my internet connection the moment network status gets changed. I am totally dependent on ...
0
votes
0answers
22 views

How to test Reachability SCNetworkReachabilityGetFlags function synchronous call crash

In my iPhone application I have an very old implementation of the iOS Reachability class. Where SCNetworkReachabilityGetFlags function is called synchronously. So recently I got a crash report ...
0
votes
0answers
33 views

Testing Reachability with Network Link Conditioner on 100% packet loss: help me understand what's happening

Help me understand what I am seeing when testing Reachability code using the Network link conditioner. Here is my vanilla Reachability code: Reachability* wifiReach = [[Reachability ...
0
votes
1answer
37 views

Unable to get the response from Reachabilty on very low network

If I am trying to check the reachability of a host which takes too much time for checking and mean while I really want the feedback from reachability to go further what can I do in this. I would like ...
0
votes
0answers
16 views

how to hook ios connection changes

I'm working on a VOIP project. My app use reachability no listen when connection changes and re-register with SIP SERVER. Everything work well when app on foreground. But when My App enter ...
1
vote
0answers
99 views

A better iOS reachability implementation

I find that there are several reachability classes that claim themselves to be a better reachability (compared to apple's version), e.g. KSReachability, tony million's reachability. Here is a list of ...
0
votes
2answers
55 views

How do I use Reachability to check if there's an internet connection, and if not, do something. (Basically use as a boolean.)

I've read over the code on Reachability's page, but I'm unclear as to how I'd use it in an if statement type scenario. For example, the user taps the refresh button, firing the refresh method (go ...
0
votes
1answer
67 views

Check For VPN Status Using Reachability

I'm using Reachability to check for Wifi connectivity in my app. When Wifi is available is it then possible to check what type of connectivity it is? e.g. I want to check if VPN is connected.
0
votes
1answer
43 views

NSNotificationCenter 'selector' working more than once is single Network status change

In my app I want to detect network status changes to do some operations at that time. I have added following code in app-delegate. when I turn on net connection "networkStatusChanged:" method called ...

1 2 3 4 5 25
15 30 50 per page