Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

like image 202
kev52 Avatar asked Feb 25 '13 12:02

kev52


People also ask

Is there an app to connect to any WiFi?

Instabridge. Instabridge has a smaller database of hotspots than other applications on this list. The app is available for both Android and iOS devices. With the app installed on your mobile device, you are connected to free WiFi everywhere you go.

How can I connect remotely to my WiFi?

It takes a little configuration to set up: You have to add users to a “remote desktop” group, forward a port through your router's firewall to your target system, grab the router's IP address, and connect to your local system using Remote Desktop on your remote PC.


1 Answers

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

like image 101
jjv360 Avatar answered Oct 30 '22 08:10

jjv360