标签: objective-c ios cocoa-touch ip-address
有没有办法以编程方式查找iOS设备的IP地址?我尝试了以下
NSString* myIPAddress = [[NSHost currentHost] address];
但似乎它给了我一个IP v6地址。