My requirement is: I want the app user to be able to scan a barcode, which will contain the wifi configuration information, which automatically get saved in his devices’ settings app[ofcourse with appropriate security], and his device gets connected to the very network.
Is there any way one can programatically feed wifi details into the device settings app and set the network up?
I know we can do this using iPhone Configuration Utility. However, I don’t to take the user’s device and install the certificate etc, I want it to happen automatically.
Is it possible?
Thanx in advance.
It sounds like a good idea, but on a non-jailbroken phone you can’t do this; each app has it’s own sandbox, and doesn’t have access to system-level functions such as Network Settings.