Does anyone know how to programmatically get an iPhone's MAC address and IP address?
feedback
|
|
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. | |||||||||||||||||
feedback
|
|
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:
| |||||||||||||||
feedback
|
|
More clean solution on iPhoneDeveloperTips website:
| |||||||
|
feedback
|
|
There are vary solutions about this, but I couldn't find a whole thing. So I made my own solution for : https://bitbucket.org/kenial/nicinfo How to use :
| |||||||
feedback
|
|
This looks like a pretty clean solution: https://github.com/gekitz/UIDevice-with-UniqueIdentifier-for-iOS-5/blob/master/Classes/UIDevice%2BIdentifierAddition.m#L32
| |||
|
feedback
|
|
@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/ | |||||||
feedback
|
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.