How to check internet connection on iOS device? [duplicate]
问题 This question already has an answer here: How to check for an active Internet connection on iOS or macOS? 42 answers I'm wondering how I can check if the user is connect to internet through WIFI or cellular data 3G or 4G. Also I don't want to check if a website is reachable or not, the thing that I want to check if there is internet on the device or not. I tried to look over the internet all that I see is that they check if the website is reachable or not using the Rechability class. I want