iPhone 4 デバイスを使用しているときにNSMutableURLRequest/で "http://127.0.0.1:7001" の代わりに "http://localhost:7001" を使用すると違いはありますか?NSURLRequest
NSMutableURLRequest *request;
request = [[[NSMutableURLRequest alloc] initWithURL:[NSURL URLWithString:@"http://127.0.0.1:7001/"]
                cachePolicy:NSURLRequestReloadIgnoringCacheData 
                timeoutInterval:60] autorelease];
ありがとう