Connect WiFi Network via App

我与影子孤独终老i 提交于 2019-11-29 12:40:55

问题


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


回答1:


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



来源:https://stackoverflow.com/questions/15066632/connect-wifi-network-via-app

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!