Is it possible to connect to a Wi-Fi access point using the iOS 4 SDK

I was wondering if it is possible to programmatically list and connect to the nearest Wi-Fi access points. The sample is Reachabilityaccessed only if the device is connected to Wi-Fi or 3G / edge, and using something like an API CaptiveNetworkallows me to register, if wifi authentication should be processed by the user application, but does not contain anything related to wifi. Ideally, I'm looking for something like android.net.wifi.WifiManagerfrom the Android SDK.

+3
source share
1 answer

This is not possible in a public API.

There used to be apps on the App Store that did this using private methods, but they were removed by Apple.

+1

Source: https://habr.com/ru/post/1760253/


All Articles