MAC addresses aren't available in the LAN scanner since iOS 11
On iOS 11 or later, the LAN scanner doesn't show MAC addresses. This happens because, since iOS 11, Apple doesn't allow apps to access the MAC addresses in the ARP table of the operating system and read the addresses from there during the scan. I talked with Apple engineers about this problem at WWDC and was told that this is a privacy feature of iOS because MAC addresses are unique and some developers misuse them to track users.
The consequences of not having access to the MAC addresses in the ARP table are:
- MAC addresses of the scanned devices cannot be shown.
- Manufacturers of the scanned devices cannot be shown as these are derived from the first 3 bytes of the MAC address using the OUI database.
- Custom names cannot be assigned to the discovered devices — there is no unique identifier for the discovered devices apart from their MAC (IP addresses can change because of DHCP), so the app doesn't know which device the name should be assigned to.
- For WOL, the MAC address has to be determined by some other means — e.g., checking the label on the back of the device or going through the device's configuration menus — and then entered manually into the app.
This is a very unfortunate situation, as it severely limits the functionality of the LAN scanner. I believe there is a technical solution to this problem — there could be a new permission like "Network Utility" (either exposed to users or hidden from them and only checked during app review) that would allow network utility apps to access the potentially sensitive network-related information. Apps that don't show MAC addresses directly to users wouldn't be allowed to get this permission. I filed a bug report with Apple (for reference, the report number is 32971866) suggesting this solution, but it's up to Apple to decide whether to implement it.
If the removal of the MAC-related features from the LAN scanner affects your business, you might consider contacting Apple and explaining why it is important to you (you could reference the report number above so they can find a more technical explanation of the problem). Maybe a significant number of "me too"s could convince Apple to keep the ARP table accessible in some way.
Note 1: Right now there is no such limitation on Android, so if you have access to an Android phone, you can use the Android version of the app (or the free version). Licenses cannot be shared between Android and iOS, though, so the Android version of the app has to be re-purchased from the Play Store.
Note 2: If you are wondering why your router's management app can show MAC addresses of connected devices, please check this FAQ.
Note 3: The Fing app team, who faced the same issue, created a petition here asking Apple to make MAC addresses accessible by network utility apps. This effort didn't seem to have any effect, and the same problem exists in iOS 12.