1

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?

Community
  • 1
  • 1
Jeremy
  • 157
  • 1
  • 8

1 Answers1

2

That attribute was deprecated in iOS 4, and has been removed in iOS 5. There is no replacement for it.

Community
  • 1
  • 1
fguillen
  • 36,125
  • 23
  • 149
  • 210