reachability Questions

2

For a GPS tracking app, recording location signals with WIFI turned on results in really imprecise data or data with gaps. I've used the Reachability queries to detect if wifi is available prior ...
Chambless asked 5/1, 2012 at 15:5

3

Solved

Ok, So I am rather new to Swift and I am a little confused about what I am trying to do, or if I am going in the wrong direction. (https://github.com/ashleymills/Reachability.swift) Here is my vie...
Luminescence asked 17/9, 2016 at 14:20

4

Solved

I am trying to setup Reachability using the new 2.0 AFNetworking. In my AppDelegate I initialise the sharedManager. // Instantiate Shared Manager [AFNetworkReachabilityManager sharedManager]; ...
Apportionment asked 17/11, 2013 at 20:41

1

Solved

Regarding apple's announcement regarding iPv6 -only networks, i have some queries. https://developer.apple.com/news/?id=05042016a 1) What will happen if my apps are already uploaded without ipv6 ...
Bidget asked 19/5, 2016 at 9:13

1

I am working on an application which needs VPN connection for Data Synchronization. I am using reachability class to check the Host availability. @Functionality :- When app is connected to VPN thr...
Sabbatical asked 11/7, 2012 at 8:32

2

Solved

One of my project uses the Apple's Reachability class in order to be monitor the network state and be notified in case of changes. After reading this article about supporting IPv6 I was wondering ...
Lyre asked 11/8, 2015 at 9:49

1

Solved

My app (it is an app store app) is able to connect via 3G/4G/LTE/Edge etc... however it cannot detect at realtime (via a callback perhaps) that the strength of the signal have been modified. For ex...
Shipboard asked 7/4, 2016 at 15:44

2

Solved

I am using Reachability class from Apple to detect network events that have impact in the functionality of my app. It is a voip app that uses setKeepAliveTimeout, so every ~10 minutes wakes up read...
Palmation asked 25/2, 2016 at 14:12

2

I have been testing different way to implement the possibility to know if the device get internet back when the app it is in background so the first code I test was the Apple reachability sample co...
Bitchy asked 1/10, 2012 at 9:37

1

Solved

I'm building out error cases for my API calls and would like to check for a condition when an internet connection in not available. dataTaskWithRequest seems to handle this just fine and returns a...
Dorsman asked 12/2, 2016 at 17:38

1

Solved

I would like to call a method when my iOS app starts, but I just want to call this method when there is connection. I have found that in Objective-C you can use Reachable, but it turns out that thi...
Glennaglennie asked 23/11, 2015 at 19:17

3

how I can check quickly if the iPhone is connected to internet or not, quickly... Thanks...
Juggle asked 25/5, 2011 at 18:40

0

In my iOS app, I support to work online as well as offline. For this I have used Apple's Reachability code. Now I want to show user is offline if the cellular mobile network is EDGE or GPRS or bad/...
Gorga asked 12/10, 2015 at 7:43

1

Solved

I'm using Reachability in my swift project. I had below code in AppDelegate NSNotificationCenter.defaultCenter().addObserver(self, selector: "reachabilityChanged:", name: ReachabilityChangedNotifi...
Mullins asked 5/8, 2015 at 5:34

3

I am porting our game to Unity, and need some help regarding internet connectivity check in Unity. Official Unity Documentation says 'do not use Application.internetReachability. So i am confused w...
Ability asked 22/6, 2014 at 12:20

2

Solved

I am using Apple's reachability code, and am setting up both initial notifications on when network reachability changes and prior to initiating a server connection. The code works when I am on wi-f...

3

Solved

I'm developing an iPhone app that uses the network. The iPhone communicate with my server via HTTP request and should work on WiFi and 3G. I currently use NSURLConnection initWithRequest to send as...
Adur asked 24/6, 2012 at 11:29

1

Background I'm building an API framework in Swift. I want it to include a Reachability class that can be used internally and externally. Status I've copied the source of the Reachability class pro...
Commotion asked 14/11, 2014 at 17:29

1

Solved

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 reachabilityWi...
Tearing asked 1/6, 2013 at 2:11

2

I use the Reachability class to know if I have an internet connection available. The problem is when wifi is available but not internet, the - (NetworkStatus) currentReachabilityStatus method take ...
Acquiescent asked 11/4, 2012 at 11:47

1

When I try to use an ip address instead of a hostname to tell an ios application in a simulator to talk to a local server the app hangs on the loading screen, waiting for a response from the server...
Gonfalon asked 12/11, 2013 at 0:17

1

iPhone 6/6 Plus have new feature named "Reachability" (Touch twice on TouchID to interact on the larger screen). But I don't find any API in iOS8 SDK documentation.Perhaps I have to wait for the ne...
Teece asked 27/10, 2014 at 2:44

1

In my app I want to be able to detect if the cellular data usage is on for a particular application, and depending on the result of the check act appropriately. Is there a way to perform this prog...
Knopp asked 6/11, 2014 at 2:26

3

Solved

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...
Sacrosanct asked 21/3, 2013 at 17:24

4

Solved

I have used Andrew's modified Reachability class. -(void)viewDidLoad [[NSNotificationCenter defaultCenter] postNotificationName:kReachabilityChangedNotification object:nil]; [[NSNotificationCente...
Grenadines asked 28/7, 2011 at 13:14

© 2022 - 2024 — McMap. All rights reserved.