reachability Questions

2

Solved

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 anyo...
Urus asked 24/10, 2011 at 15:16

2

Solved

I currently try to use Reachability in iOS 5.1 on iPad. There is a modification by Tony Million on Github which I tried to use. Unfortunately in my project it didn't work! I compared his project t...
Stanwood asked 21/3, 2012 at 12:22

2

Solved

I have a problem. I am using reachabilityForInternetConnection method of Reachability for detecting internet availability but instead of that I am getting status of connection and not status of int...
Ackerman asked 7/3, 2012 at 7:56

4

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: ...
Monocycle asked 15/4, 2010 at 18:11

5

Solved

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...

1

Solved

Disclaimer: this question is purely informational and does not represent an actual problem I'm experiencing. I'm just trying to figure out stuff for the sake of it (because I love figuring stuff ou...
Pentastyle asked 7/2, 2012 at 21:36

1

I'm begin to use Reachability in my iOS project to test if there's internet connection or not. My app consists in a UITabBarController with 3 different tabs. Each tab's root is a different UIViewC...
Fixity asked 7/2, 2012 at 23:48

2

Solved

I'm following How to check for an active Internet connection on iOS or OSX? and http://developer.apple.com/library/ios/#samplecode/Reachability/Introduction/Intro.html to test for connectivity, but...
Caster asked 3/5, 2011 at 19:13

1

Solved

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 ...
Philhellene asked 2/9, 2011 at 16:14

2

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 gene...
Rizzi asked 5/5, 2011 at 15:18

1

Solved

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 ...
Fry asked 19/8, 2011 at 14:2

2

Solved

Let me first stress the fact that I'm talking about the Mac OS X SDK, not iPhone. In order to determine the "connectivity" and get the flags, I do something similar to: #import <SystemConfigur...
Neumann asked 25/6, 2011 at 13:52

1

Solved

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 ...
Offutt asked 19/5, 2011 at 17:56

2

Solved

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 whe...
Bander asked 28/4, 2011 at 13:7

1

Solved

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...
Chishima asked 31/3, 2011 at 2:29

3

Solved

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...
Forficate asked 28/1, 2010 at 17:4

2

Solved

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 b...
Pasteurism asked 3/2, 2011 at 18:8

1

Solved

When using Safari at a place with a captive portal like Starbucks, iOS devices will launch a special modal webview to authenticate with the portal. I've seen third party apps trigger this so it's p...
Trend asked 28/10, 2010 at 17:17

3

Solved

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: ...
Baffle asked 16/6, 2010 at 15:41

4

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...
Takeshi asked 11/6, 2010 at 14:5

1

Solved

i have tried to use the reachability-project published by apple to detect a reachability in an own example. i copied the most initialization, but i get this failure in the linker: Ld build/switch...
Ovi asked 7/5, 2010 at 12:5

© 2022 - 2024 — McMap. All rights reserved.