I have a simple question but I don't know how to implement this. I need to create an app that can get all list of available wifi networks names and information when the user clicks on some network iPhone have to connect to this network. Can I do this? and How. Please Help me.
Asked
Active
Viewed 2,263 times
1 Answers
2
answer is no in some case you get list of nearer wifi but can't connect.(its also not advisable)
details :-
prefer below links to get wifi list:
some similar questions for reference:
- Connect to WiFi programmatically in ios
- connect to a specific wifi programmatically in ios with a given SSID and Password
- Where do I find iOS Obj-C code to scan and connect to wifi (private API)
- Programmatically auto-connect to WiFi iOS
The most interesting answer seems to be in the first link which points to a GitHub project: wifiAssociate. However someones in the third link explains that this doesn't work anymore with iOS8 so you might have hard time getting it running.
Furthermore the iDevice must be jailbroken.
i hope it will help you :)

Shivam Parmar
- 1,520
- 11
- 27
-
How to get available all wifi network name Listing in app – pooja Jan 22 '21 at 05:28
-
read updated answer may be some methods are deprecated so use accordingly – Shivam Parmar Jan 22 '21 at 05:34