How force a mobile connecting only on wifi programmatically?

hi

i find this extension which offers everything on the wifi connection :
https://puravidaapps.com/wifi.php
but i lack logic and i have no idea to do it
the aim ? i want the user connect only on site

(direct download link replaced by the correct link to the extension by Taifun)

please read the documentation here https://puravidaapps.com/wifi.php, try the example project and respect my terms and conditions…
thank you

Taifun


Trying to push the limits! Snippets, Tutorials and Extensions from Pura Vida Apps by Taifun.

hi

I come back to you because I still haven’t found a solution
I ask myself questions: connecting to wifi only, it’s the application or it’s the phone
My problem ? if I distribute this application to a set of people I would like that only people who are on the site where there is wifi can use it and not from their home for examplewhether it’s 3G, 4G or their home wifi
No matter how Iread the methods proposed in the link, I don’t see the logic behind it!

Regards

which means, only if they are connected to a specific SSID, the app should work?
to find out the current SSID, use the SSID method from the wifi extension

if SSID = "the SSID which is allowed"
then continue with the app
else exit the app

Taifun


Trying to push the limits! Snippets, Tutorials and Extensions from Pura Vida Apps by Taifun.

hi

Great

I had seen the extension but it was beyond my understanding.

Regards