Hi, I am working on the iOS application that requires to scan and list out all the available wifi networks that are in range(like we can see by turning wifi on from macbook/iOS Device).
Then the app user can select a specific network and connect to that by entering the password. (just like we connect to a wifi from any iOS Device > settings > select a network > enter password > Connected)
My main purpose for this requirement is that my app wants to disable/enable some app specific functionality when user is connected to the specific wifi network. for ex: I want to set/unset an internal wifi zone specific functionality when user is connected/disconnected.
I have read many documents and answers but most of them says "I need to apply for the special permission to access this functionality - that is Hotspot Helper Request".
But I do not want to use Hotspot specific functionality. My requirement is very clear. Just need to fetch the nearby wifi and connect to one from the app.
Please guide me for this. Thanks in anticipation.