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 ...
0
votes
2answers
39 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
0answers
30 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
32 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 ...
0
votes
1answer
49 views
ReachabilityCreateWithAddress struct in_addr, ip-format
I'm want to write an ip-check with the reachability.h and reachability.m from apples sample code.
I want to use this function:
+ (Reachability*) reachabilityWithAddress: (const struct sockaddr_in*) ...
-1
votes
1answer
17 views
Reachability.m - File not found - Odd behavior
I have two files which are of relevance:
CollectionViewController.m and ImageDetailViewController.m
For CollectionViewController.m, the "#import "Reachability.m" + functionality works just fine. I ...
0
votes
1answer
36 views
How to interpret null getting returned from SCNetworkReachabilityCreateWithName?
We have this method in our code that returns a SCNetworkReachabilityRef using SCNetworkReachabilityCreateWithName:
- (SCNetworkReachabilityRef)cCreateReachabilityRefWithCStr:(const char *)host {
...
0
votes
0answers
40 views
InetAddress.getByName(ip).isReachable(timeout);
InetAddress.getByName(ip).isReachable(2000) is used to find reachability of a system in 2 seconds.But when I am trying to find reachabilities of multiple systems(say n systems) in my network serially, ...
0
votes
0answers
26 views
Reachability:Request for member “” in something not a structure or union
i'm using Reachability.h and Reachability.m downloaded from
https://github.com/tonymillion/Reachability
I used it in an iPad project and is working fine. Today i try to use same class in iPhone ...
0
votes
0answers
15 views
Log-space reduction from EvenURch to Undirected Reachability
URch is: given an undirected graph G, and nodes x,y of G, is there a path from x to y in G?
EvenURch is given an undirected graph G, and nodes x,y of G, is there a path of even length(possibly ...
0
votes
1answer
28 views
No visible @interface for reachability declares the selector startNotifier
i get this error: No visible @interface for reachability declares the selector startNotifier
i have included both Reachability.h and .m files.
i am extremely new to objective-C and the error might be ...
0
votes
1answer
47 views
Reachability hostStatus returning false negative
So, I know there are a lot of posts on here about implementing Reachability, but I cannot find any that answer my specific question.
I'm implementing the following code, but for some reason ...
0
votes
1answer
49 views
Need same callback in ios as “ConnectivityManager.CONNECTIVITY_ACTION” in android
I am new to ios development. I want callback when connectivity change (or ip address of device is changed). I have added Reachability (sample code of Apple) in my application. But it does not give ...
0
votes
0answers
48 views
Reachbility in ios does not give callback when wifi access point switches
I am new to ios. I am developing a voip application. In my application I need callback when device ip address changes. I have added Reachability code in my application. But when go in wifi settings in ...
0
votes
1answer
56 views
How do I repeat a Reachability test until it works
I am new to xcode and objective-c (background is old fashioned databasic). I'm sure there is a very straightforward answer to my question and I feel a bit embarrassed asking but...
I have an initial ...
0
votes
1answer
88 views
IOS dispatch_get_main_queue() is called multiple times
I test internet connection with Reachability and dispatch_async(dispatch_get_main_queue()
when I test the following code it works but it is called multiple times.
Parent:
@protocol ...
1
vote
1answer
53 views
Setting Wi-fi Connection
I am new to iPhone development. I am developing an application in which I am using Settings.bundle which allows user to ON\OFF Wi-fi connection.
Is there any way to turn ON\OFF device wi-fi when user ...
1
vote
2answers
49 views
Reachability from link on webview
I have an html file in the resource bundle that is displayed in a webview. There are links on the html page that access a website on the net. I want to check reachability each time a link is touched ...
1
vote
1answer
59 views
Significance of number in each flag returned - SCNetworkReachabilityFlags
I am trying to check if the VPN connectivity is on or off in an iPad inside an iOS app programatically.
The below code always says that the given host in my organization is always reachable
even ...
0
votes
2answers
103 views
Reachability Classes crashing program - not sure why
I have an 'internet aware' base class for objects which require networking in my app. All the objects which need to be internet aware inherit from it. As you can imagine I allocate and deallocate a ...
0
votes
1answer
59 views
Reachability crashes every time network changes status
My app crashes every time the network status changes from no network to network or vice versa at the following line with EXC_BAD_ACCESS:
dispatch_async(dispatch_get_main_queue(), ^{
...
1
vote
2answers
57 views
Detect online status at app launch / resume time - network might start up delayed?
I want to perform a reachability check each time my app comes to foreground in order to warn the user that remote data might be outdated. Can I rely on the fact, that 3G or Wi-Fi have been properly ...
0
votes
1answer
60 views
Using Reachability throughout an application
I would like to simply use Reachability through an application to check internet connection availability. When the internet connection is lost I would like to display a custom view (overlay) which is ...
0
votes
0answers
16 views
how to check reachability before playing embedded youtube video in iPhone
I am using loadHTMLString to add a youtube video to UIWebView. I want to know how to check reachability before playing embedded youtube video in iPhone. My scenario is, youtube video is loaded and it ...
0
votes
3answers
143 views
Displaying an alert view when Reachability connection is lost
I am trying to monitor Rechability in two ways. Connection to a host and connection to the internet. For either I am trying to display a UIAlertView. This works fine at the moment.
What I am trying ...
0
votes
1answer
516 views
Working with iOS Reachability to display a UIAlertView
I am trying to setup Reachability to show an Alert View when a connection to the internet is lost.
I am struggling to understand how reachability actually works. I have read the documentation and ...
0
votes
1answer
71 views
Setting up Reachability to monitor connectivity and show an Alert
What I am trying to achieve, is monitor any internet connectivity? So the phone needs an active connection to the internet. If it does display a UIAlertView with the option to Try Again (try the ...
0
votes
1answer
139 views
Network error while switching from WiFi to 3G
My iPhone app is web based.It works fine while running in WiFi and in 3G
But the problem is when I run the app on WiFi and minimize it,and turn off the WiFi and switch to 3G-it shows no network.
In ...
0
votes
3answers
201 views
iOS Reachability fails to catch the case where connected to WiFi but not logged in
Today, I had my Beta-version app out in public. I was at a hotel and had not yet obtained the access code for the WiFi. When testing the reachability, I noticed that it didn't fail as it should ...
0
votes
0answers
19 views
CNCopySupportedInterfaces() returning no value in iOS6 [duplicate]
I am using CNCopySupportedInterfaces() to get bssid and it is not returning any value in iOS6. It is working fine in iOS5. Not sure why.
My code looks like this:
#import ...
1
vote
0answers
47 views
Why is Reachability connectionRequired important and why is it required?
Why is Reachability connectionRequired important and why is it required?
i have some old code using connectionrequired like below:
BOOL connectionRequired= [curReach connectionRequired];
My ...
0
votes
1answer
167 views
CNCopySupportedInterfaces() returning no value although wifi connected
I am using CNCopySupportedInterfaces() to get bssid and it is not returning any value. Not sure why.
My code looks like this:
#import <SystemConfiguration/CaptiveNetwork.h>
CFArrayRef ...
0
votes
2answers
207 views
How to get bssid in iPhone without private library?
I need to get the bssid of the wifi for my iphone application to determine whether it is connected. How do I do it?
Need some guidance on how to do it.
1
vote
1answer
255 views
Detect internet connectivity status not just Wifi iOS
I am trying hard to get the authentic internet connectivity status. I have used reachability but it's only giving me status of wifi connectivity i.e. not covering the case when wifi is connected but ...
0
votes
1answer
54 views
No network while moving from WiFi to 3G
My iphone app working fine with 3G network.I am using apple Reachability class to detect the network availability
However while moving from wifi area to 3G,network is not available,or soo slow.
Why ...
0
votes
1answer
136 views
App is not working with Cellular network connection(3G)
In my iPhone app I use apples Reachability class to check network availability.
It works fine while using Wifi..But when I use app with mobile network(3G),it is not working
I could not find the ...
-1
votes
1answer
120 views
My IPhone app is not working when i try to connect with mobile internet connection
when i connect my phone with the WIFI its working fine, there is no issue in that, but when i change mobile settings to mobile internet connection i am not able to connect with the server getting NO ...
0
votes
1answer
83 views
Is that effective to check the internet Reachability in iOS?
Assuming that I actually have an internet connection, I' use this code to know if the device is connected via WiFi or not :
+ (BOOL)hasWiFiConnection {
Reachability *reachability = [Reachability ...
0
votes
0answers
96 views
Check reachability for internet access proxy
I have read number of questions related with Reachability but i have new case can summarized below :-
I have connect to WiFi-network.
This network need access Username & Password to access ...
1
vote
2answers
48 views
Semantic Issue using Reachability
I have been stumped by this Semantic Issue warning for a week now, and it is becoming frustrating.
Anyone willing to take a look at it? Any advice will be graciously taken. <3
WebViewController.m
...
0
votes
1answer
147 views
Reachability host not reachable no matter which host I use
This case (NSLog(@"A gateway to the host server is down.");
is always running from some reason.
I'm using Apple Reachability class behind the scene.
I tried to insert other hosts but no luck please ...
0
votes
1answer
228 views
After calling Reachability startNotifier, the Network status changes to 0
in my iOS application, I need to use Reachability to complete the following tasks:
When a view controller is rendered, the application needs to check the connection status, and display the ...
0
votes
0answers
88 views
SCNetworkReachability: how to check wifi that requires accepting terms and conditions
I am using SCNetworkReachabilityCreateWithAddress to check www.stackoverflow.com
I am on a guest wifi that requires me to go to safari and enter a password and then accept some terms and conditions ...
0
votes
2answers
130 views
Testing the internet connection is not working with Reachability
I am using the updated Reachability library to test whether the internet connexion is reachable. I try to Log a message in case the internet is not reachable, but the Log doesn't debug:
//Test the ...
0
votes
2answers
58 views
Reachability added in static library
I have my Static Library
In this project i added a Reachability.h .m file.
So, I have some linker errors:
I added also the CFNetwork and System.Configuration framwork
Undefined symbols for ...
0
votes
1answer
63 views
What is the best way to make my iOS app works when the user has internet ONLY
I am working on an iOS/iphone app where I want users to actually have internet for the app to work.
I have some data fetched from the internet, so the app won't work as expected if the user is not ...
0
votes
0answers
142 views
Check for cellular signal in ios app
I am doing a universal in -house app. So the user would be using the app in either WiFi/cell mode. Suppose he is on a field where there is no Wifi and no cell also. In that scenario if user tries to ...
2
votes
3answers
976 views
How to detect Network Signal Strenghth in iOS Reachability
I am creating a new Traveling Application in iOS, this application is highly dependent on Maps and will include two Maps.
My first Map will work when the user has a strong Network Signal (Apple ...
0
votes
1answer
129 views
Reachability says no coverage when app is installed from Store or TestFlight
I'm having this really weird issue with Reachability on iOS. If I run my app in debug on a device there's no problem at all, the app runs fine. But when I install it from the store or from TestFlight ...
1
vote
0answers
48 views
Using ipfw with Apple's Reachability class
Do packet filter rules specified with ipfw affect the working of Apple's Reachability class ?
For eg. If I enforce these rules:
sudo ipfw add 120 deny tcp from me to www.google.co.in
sudo ipfw add ...
0
votes
0answers
54 views
Connecting to server with cell connection with an iOS app
I have an app that currently checks for wifi.If wifi is available it will proceed doing its task. I followed Apple's reachability example. When there is no wifi, but cell connection i want to proceed ...





