Search code examples
iphoneioscocoawifi

Connect WiFi Network via App


I actually create an app where the access to content should be restricted by the WiFi-network the user is connected to.

So is it possible to automatically login to a secured WiFi via App? I don't want to force the user to do it manually. It should be as simple as possible for the user.

Maybe there is a way to install a network profile for the device or something like that?

Any ideas about this?

THX


Solution

  • You may be able to do this with the functions from the CaptiveNetwork framework...

    Also you can create a network profile in Apple Configurator and then export them to a website. Then all your users need to do is click a link to that file that you can email them or put on your site or wherever...

    CaptiveNetwork reference