Tagged Questions
The reachability tag has no wiki summary.
20
votes
1answer
9k views
Reachability Guide for iOS 4
Has anyone found a halfway decent guide to implementing Reachability on iOS4? I have yet to find one.
Thanks in advance!
11
votes
4answers
735 views
Can I prevent iPhone from using 3G under any circumstances?
I'm writing a travel guide related app that will download large databases (60meg) potentially overseas, with the reachability code I can tell when a host is reachable via wifi or 3g BUT I'm worried ...
10
votes
1answer
410 views
Updating iPhone Reachability on Network Changes
Edit 23.5.11
I'm now wondering whether I'm over engineering this. When I use an online connection, I handle it properly - either:
in the background with a progress or activity indicator showing ...
7
votes
5answers
14k views
iPhone reachability checking
I've found several examples of code to do what I want (check for reachability), but none of it seems to be exact enough to be of use to me. I can't figure out why this doesn't want to play nice.
I ...
6
votes
1answer
714 views
Latest Reachability.m (Example code version 2.2) compatible with iOS 3.0?
Does anyone know if version 2.2 (the latest) of Apple's iOS 'Reachability' example code will run on iOS 3.0?
I want to support iOS 3.0, and Reachability.h and .m is the first non framework code I'm ...
6
votes
3answers
827 views
Large Memory Leak Using Reachability
Using Instruments on the device it detects a 3.50 KB memory leak using Apple's Reachability 2.0 code in my app. The Leaked Object is GeneralBlock-3584. The leaks tool points to the following code:
- ...
5
votes
2answers
1k views
iPhone - Using Reachability throwing duplicate symbol _OBJC_IVAR error
I have added the Apple Reachability files to my project and I am already getting errors. I have NOT even added these files to any of my classes, only added them to my project. How could I already be ...
5
votes
4answers
2k views
Using Reachability for Internet *or* local WiFi?
I've searched SO for the answer to this question, and it's not really addressed, at least not to a point where I can make it work.
I was originally only checking for Internet reachability, using:
...
4
votes
1answer
124 views
How do I know whether my iPhone/iPad is connected to 2G or 3G?
I was trying to check wether the device is connected via 2G (GPRS, EDGE) or 3G (UMTS, HSDPA).
I only found the Reachability example class from here (Apple Dev Example)
This example only check wether ...
4
votes
3answers
2k views
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 is happening here? I'm using ARC so I have edited the standard code slightly to remove ...
4
votes
1answer
305 views
Reachability Help - WiFi Detection
I have imported Reachability into my application, and I have a couple of how-to questions for you all. Let me explain my application and other tools first.
This application communicates with two ...
4
votes
3answers
365 views
Crash in Reachability API
I'm using the Reachability sample code provided by Apple to check the network connectivity and get notified of changes (Reachability Sample code).
I had a look at some crash locks of my app. It seems ...
3
votes
1answer
356 views
Use Reachability.m in Xcode 4.2
I am trying to use the Reachability function in my application. Now I get several errors in the Reachability.m file. I think it's due to the new Xcode version (does not allow [release]).
Does anyone ...
3
votes
2answers
1k views
How to check network status in iphone app?
I have setup some methods to check network status in my app.
In my viewDidLoad method I call initNetworkCheck:
[self initNetworkCheck];
[super viewDidLoad];
if(internetActive == NO){
...
3
votes
1answer
433 views
Reachability - for local LAN IP address
I am trying to check the reachability of a device on WIFI
I have modified code from Maher Ali's book "Advanced IOS4 Programming" to use an IP address as follows
- (BOOL) networkConnected: (NSString ...
3
votes
4answers
7k views
iOS/iPhone Reachability - How to only check when internet is lost/not reachable using Reachability.m/.h
Currently i am using the class by apple reachability.m/.h and it works, except it notifies me for any change, where as i would like to only notify the user if the network is not reachable. Currently ...
3
votes
2answers
994 views
Where should I perform a Reachability check?
I want to check for a valid network connection. I followed Apple's Reachability example and put my check in applicationDidFinishLaunching
#pragma mark -
#pragma mark Application lifecycle
- ...
3
votes
1answer
529 views
Another “wait_fences: failed to receive reply” Question (UIAlertView)
There are a number of questions regarding the "wait_fences: failed to receive reply" on this forum already, but none of the proposed solutions work for me (although they did help me to mitigate it).
...
2
votes
4answers
95 views
When should I check for internet connectivity
My iPhone app requires internet to function.
Should I checks for connectivity everytime a internet function is executed?
Or should I use my appDelegate to listen for messages from something like the ...
2
votes
2answers
56 views
Navigation based application - how to check reachability and display warning view
On my initial view (Tab bar controller that loads a navigation controller) I check for internet connection. If the device has no active connection, I load a view that says Active Internet connection ...
2
votes
1answer
176 views
App crashing when using Reachability Classes to check for internet connection
I'm using this code to check for an internet connection but I'm getting a crash saying +[Reachability reachabilityForInternetConnection]: unrecognized selector sent to class 0xcbe0c8
I've imported ...
2
votes
2answers
96 views
Some cassandra nodes in cluster are unreachable even all the nodes are up and running
I have cassandra cluster of 6 nodes on ec2 , Many times i have observed that all the nodes in the cluster are up and running but when i do the describe cluster from client it shows some nodes as ...
2
votes
1answer
85 views
How often does the iPhone 4 search for data service once it has been lost?
Long time reader, first time asker.
I'm programming an iPhone application that needs to handle the phone going in and out of data coverage with some elegance. I can set up the Reachability with ...
2
votes
1answer
129 views
Reachability code blocking main thread
I'm currently working on an app that requires me to check for reachability.
Owing to that, I started looking stuff up and found DDG and Apple's code. I decided to go with Apple's latest reachability ...
2
votes
3answers
76 views
load a different nib if phone is not connected to internet
I use Apple's Reachability class and it's working fine using an alert to tell the user that the connection is not available or the connection is lost. However, I want to change the alert to something ...
2
votes
1answer
119 views
Does SCNetworkReachability respect HTTP proxy settings?
I'm afraid the answer to this is No, but I'm hoping someone can provide a definitive answer as it is not documented in the current iOS SDK documentation.
We're seeing a case where NSURLConnection is ...
2
votes
3answers
102 views
Reachability analysis of a vertex in a graph, using Cellular Automata
Testing reachability of a node in a graph (directed), can be done using cellualr Automata? Actually what's in mind, is to implement an algorithm that checks reachability of a nod from a specified ...
2
votes
2answers
647 views
reachabilityWithHostName timeout
I'm implementing the Reachability class to check connection status as follows:
Reachabilitty *reachability = [Reachability reachabilityWithHostName:@"apple.com"];
Network status = [reachability ...
2
votes
3answers
212 views
iOS Reachability Not Recognizing When Host is Removed
I am building an application and trying to check and see if a device is still available on the network (by connecting to the devices IPAddress). I am using reachability to confirm that it is ...
2
votes
3answers
264 views
Notification is not being called in Reachability
I have used Andrew's modified Reachability class.
-(void)viewDidLoad
[[NSNotificationCenter defaultCenter] postNotificationName:kReachabilityChangedNotification object:nil];
[[NSNotificationCenter ...
2
votes
1answer
237 views
iPhone Network Connectivity Testing
Can you help me to get the right Network Connectivity tests so Apple do not reject my App (apparently this is one of the most common reasons for rejection).
My App needs network connectivity:
...
2
votes
2answers
423 views
Reachability causes crash after no network situation — how to properly use Reachability asynchronously
I was encountering a very strange crash with my iPhone app in development. It seemed that every time I'd show my app to a friend it would crash, but it would never crash otherwise. After being ...
2
votes
2answers
963 views
iOS network reachability - doesn't seem to be working
I'm following How to check for an active Internet Connection on iPhone SDK? and http://developer.apple.com/library/ios/#samplecode/Reachability/Introduction/Intro.html to test for connectivity, but am ...
2
votes
0answers
232 views
Immediate crash on device using SCNetworkReachabilityGetFlags with iOS app
I am using SCNetworkReachabilityCreateWithName & SCNetworkReachabilityGetFlags to test for network availability in my iOS device. When I run the app in the Simulator, or run it on the device, but ...
2
votes
2answers
623 views
How to find server is reachable with Reachability code in iPhone?
I have client server say "http://abc.com" and i want to check whether this server responding or not.
How to check this with Reachability code from apple?
As i see that code but not able to get where ...
2
votes
1answer
179 views
How can I determine if an iPhone's Wi-Fi is switched on?
I'm not talking about actually communicating over Wi-Fi, so testing the reachability of a host is not applicable here. iOS uses SSIDs to help geolocate you; you don't have to be connected to the ...
2
votes
3answers
2k views
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 for view controller:
- (void)viewWillAppear:(BOOL)animated
{
[[NSNotificationCenter ...
2
votes
2answers
401 views
iOS multiple reachability needed
I am creating an iOS app with PhoneGap 0.9.3 and AsiHTTPRequest.
They both use a 'reachability' file.
PhoneGap uses version 1.5
AsiHTTPRequest uses version 2.0.4
They keep throwing up errors in ...
2
votes
2answers
2k views
Reachability network change event not firing
My iphone app is pretty simple with one view that handles everything, in viewDidLoad I check to see if we have an internet connection and if we do we load from the web and if not we load from a local ...
2
votes
1answer
2k views
Is Apple's current Reachability class backwards-compatible with iOS 3.1?
I'm implementing Apple's Reachibility class into my application. The app's base SDK is iOS 4.0, and its deployment target is iOS 3.1.
I do not have a 3.1 device to test with, so can anyone tell me if ...
2
votes
2answers
860 views
How to determine if an iOS device has a cellular radio?
Is it possible, without including an exhaustive list of models in the code, to determine if an iOS device includes a cellular radio?
I am working on adding a check for host reachability to an app, ...
2
votes
1answer
419 views
Reachability on iPhone app with a false positive - will it get past apple?
I am using this code...
Reachability *r = [Reachability reachabilityWithHostName:@"www.maxqdata.com"];
NetworkStatus internetStatus = [r currentReachabilityStatus];
if ((internetStatus != ...
2
votes
3answers
2k views
Need some help with Reachability (2.0.3ddg)
When my app launches, I check for reachability because I need an immediate internet connection. My problem, though, is that it appears there's no immediate confirmation for the NetworkStatus, which ...
2
votes
4answers
1k views
Can I programmatically flip Info.plist values while my application is running?
I am interested in using the SBUsesNetwork and UIRequiresPersistentWiFi keys in my application; however, I would like to enable them only when using a certain set of view controllers. Is there a way ...
1
vote
2answers
149 views
Get iPhone app to use carrier data as wifi has no internet
I have an app that talks to a network via wifi. My issue is that the wifi network has no internet connection, so I want to use the carrier network to talk to the outside world whilst also connected to ...
1
vote
3answers
102 views
App Rejected for Audio Streaming over 5MB/5 Minutes? Reachability and tracking data usage
My app was rejected because one of the features is streaming Podcast audio from a website. Apparently, it may stream over 5MB/5 minutes which is against section 9.3 of the App Store Review Guidelines ...
1
vote
0answers
31 views
Duplicate Reachbility class in 2 compiled frameworks/libraries
We've got an issue where Reachability is being included in a Framework (PhoneGap) and also in a 3rd party compiled library (*.a file) from what i can see i can't easily change this scenario, but ...
1
vote
1answer
26 views
Getting strange error when updating Reachability
I had reachability 2.0 in my app and I just copy/pasted reachability 2.2 into it. When I build it, I now get the following erors:
1
vote
1answer
103 views
Reachability False Positive
I'm getting false positives with my Reachability code. I get the UIAlert "No Internet Connection", when the network is available but not activated. Any help is very much appreciated.
//Check for ...
1
vote
1answer
344 views
ASIHttpRequest Reachability version
At the moment I'm developing a network client software for iPhone/iPad. I'm using ASIHttpRequest library to interact with our web service.
I've noticed the latest version of ASIHttpRequest contains a ...