반응형 IP1 iOS iP주소 가져오기 #import #include #include #include #pragma mark - #pragma mark IP주소 가져오기 - (NSString *)getIPAddress { struct ifaddrs *interfaces = NULL; struct ifaddrs *temp_addr = NULL; NSString *wifiAddress = nil; NSString *cellAddress = nil; // retrieve the current interfaces - returns 0 on success if(!getifaddrs(&interfaces)) { // Loop through linked list of interfaces temp_addr = interfaces; while(temp_add.. 2019. 5. 30. 이전 1 다음 반응형