After going through NEHotspotHelper , I have understood that we can get available hotspot list as part of " Hotspot Network Scan List Filtering" . Is there any way to connect any of the available Hotspot programatically ( with out navigating to settings app).
Asked
Active
Viewed 923 times
0
-
Possible duplicate of [Where do I find iOS Obj-C code to scan and connect to wifi (private API)](http://stackoverflow.com/questions/11725553/where-do-i-find-ios-obj-c-code-to-scan-and-connect-to-wifi-private-api) – JAL Sep 21 '16 at 20:08
-
1not a duplicate question!! asking API which apple provided. like iOS 9 NEHotspot helper you can scan wifi list.. – user5979 Sep 21 '16 at 20:23
-
Does this help? [NEHotspotHelper NetworkExtension API iOS9.0](http://stackoverflow.com/q/31704292/2415822) – JAL Sep 21 '16 at 20:25
-
with NEHotspotHelper you can only get hotspot list. i have not seen any API to connect to the hotspot. – user5979 Sep 23 '16 at 12:53