Timekeeping by anti-Fake GPS

I am using timekeeping in another application, its mechanism is that the mobile device is required to be near 100 meters and connected to the company wifi.
It will check the device’s BSSID after connecting to the wifi to match the company’s BSSID.
If the new match shows the timekeeping.
I have tried many ways but cannot get BSSID value of WIFI on mobile device via Apps script or API
So, is there a way to get the BSSID value of the wifi that the device is connecting to?
Thank

1 Like

Appsheet can’t get any data from your internet connection. But you can get it to measure the distance from the device to a know LatLong location

Simon, 1minManager.com

1 Like

I know that but do you know how to get that information from apps script? that is useful for anti-fake GPS problem.
Looking forward to hearing more from you
thank

Just use this https://support.google.com/appsheet/answer/10107405?hl=en&sjid=15362989555739298670-EU and this https://support.google.com/appsheet/answer/11587699 But note the location you have in the app needs to be a LatLong and not an address

2 Likes