Does anyone know how to programmatically get an iPhone's MAC address and IP address?
|
Somthing I stumbled across a while ago. Originally from here I modified it a bit and cleaned things up. And to use it
Adapter names vary depending on the simulator/device as well as wifi or cell on the device. Hope that helps. chris. |
|||||||||||||||||||
|
|
More clean solution on MobileDeveloperTips website:
|
||||
|
I wanted something to return the address regardless of whether or not wifi was enabled, so the chosen solution didn't work for me. I used another call I found on some forum after some tweaking. I ended up with the following (excuse my rusty C ) :
And then I would call it asking for en0, as follows:
|
|||||||||||||||||
|
|
There are vary solutions about this, but I couldn't find a whole thing. So I made my own solution for : How to use :
|
|||||||
|
|
This looks like a pretty clean solution: UIDevice BIdentifier
|
|||||||||||||
|
|
Starting from iOS 7, the system always returns the value
Reference: releasenotes |
||||
|
|
@Grantland This "pretty clean solution" looks similar to my own improvement over iPhoneDeveloperTips solution. You can see my step here: https://gist.github.com/1409855/ |
|||||||||
|
...
|
||||
|
|
protected by Community♦ Oct 11 '11 at 16:20
This question is protected to prevent "thanks!", "me too!", or spam answers by new users. To answer it, you must have earned at least 10 reputation on this site.

02:00:00:00:00:00when you ask for the MAC address on any device. Check my answer below. – Hejazi Jun 11 at 23:36