I am developing a React Native apps to automatically clock in/out users when they near office.
I intend to use WiFi as a method to verify if user is at the location or not. MAC address should be a unique and fixed identifier that can verify if user is here.
If using SSID / wifi network name, user can just alter theirs at home to match the office one.
From here, it seems like it's not feasible anymore? How can I programmatically get the MAC address of an iphone
If it's impossible to get MAC address from apps in iOS due to security concern, is there any way I can achieve this? To correctly identify a specific wifi network it's connected to?