I've found Apple's example on how to get the MAC Address of a computer, however, it seems to return it in an array of bytes (or something like that).
For my application, I need it in an NSString (like "00:00:00:00:00"). I'm fairly new to this, and my attempts to convert the CFData (I think) that the sample code seems to return have not been met with success.
I see that in the sample code it will return kernResult. If that has the MAC Address in it, how can I get out of kernResult and into an NSString?