KB Tag: Internet Availability

  • How to check internet availability using swift

    Internet Availability For every application, it is mandatory to ensure internet connection is available or not. So you can confirm the internet availability by using SCNetworkReachabilityAPI of  SystemConfiguration Framework which is by default offered in iOS, You do not have to utilize any third party library for that. Follow these steps to ensure internet availability:- build a new…