I'm trying to develop an application in iOS using the objective-c language. But I have a .metaweb domain that I need it to access is not loading. I noticed that some sites such as facebook , globoesporte , espn does not also load, however google , linkedin , yahoo it accesses. The code I'm using is:
NSURL *url = [NSURL URLWithString:@"http://www.metaweb.com.br"];
NSURLRequest *request = [NSURLRequest requestWithURL:url];
[_webView loadRequest:request];
Do you have any idea what might be happening?