I am trying to make an app that makes different noises when connected to different WiFi networks that are listed on the users phone. Is this possible?
With the help of Thunkable X it can be done.
2 Likes
Can be done with just blocks or a web api?
You can use the device blocks to detect whether or not you user is online, but I’m not sure if there’s anyway to distinguish between different networks?
How are you planning on using this in your app? (i.e. why do you need the ability to differentiate between wifi networks?)
1 Like
I’d like to create a reminder app that triggers an alarm or alert when a specific WiFi SSID is connect or disconnect (defined by user). Similar to a geolocation… but with less power draw. Also something like restaurants could have the same SSID but at different location.