Reachability.swift icon indicating copy to clipboard operation
Reachability.swift copied to clipboard

Replacement for Apple's Reachability re-written in Swift with closures

Results 93 Reachability.swift issues
Sort by recently updated
recently updated
newest added
trafficstars

Hi I have written a Wrapper-class and a unit test and recognizes a strange behaviour under test (some kind of Volkswagening?). Under test the lib tells me, that it can...

question

When I use Reachability to determine the network status, if my phone has VPN enabled, the Reachability's judgment is inaccurate. I turned off the Internet, but he showed Wifi

Adding Reachability to any Xcode 15.2 project, then attempting to build on the command line fails. 1) Create new xcodeproject 2) Add Reachability Swift Package to the project 3) Attempt...

Hi, everyone, when using xcframeworks, errors show: public typealias NetworkReachable = (Reachability.Reachability) -> () public typealias NetworkUnreachable = (Reachability.Reachability) -> () 'Reachability' is not a member type of class 'Reachability.Reachability'...

Hi, Reading quickly the code I found some places where `.none` and `.unavailable` are mixed: - `Connection.description`: `unavailable` is "no connection" and `.none` is... "unavailable" 🤔 - deprecated `isReachable`: comment...

Hello, until Xcode Command Line Tools 14.2 when creating the .xcframework of my project I had this warning : `public class 'Reachability.Reachability' shadows module 'Reachability', which may cause failures when...

Allows to conform Reachability class to obj-c reachability protocols

This PR fixes PrivacyInfo.xcprivacy file.

Uploading a new App version to App Store Connect brings the following error: "TMS-91108: Invalid privacy manifest - The PrivacyInfo.xcprivacy file from the following path is invalid: “ReachabilitySwift.bundle/PrivacyInfo.xcprivacy”."