I'm trying to see if I can get the mac address of iOS devices via the mobileconfig OTA process similar to this post here: Getting a device UDID from .mobileconfig
I've tried adding MAC_ADDRESS_EN0
within the DeviceAttributes key with pretty much the exact same setup as that other SO post. It's coming back null.
Is there a way to get the mac address or sha1 hash of the mac address via the OTA mobileconfig profile service?
That attribute was deprecated in iOS 4, and has been removed in iOS 5. There is no replacement for it.