2
I’m trying to develop an iOS app using the objective-c language. But I have a domain .metaweb that I need it to access is not loading. I noticed that some sites like for example facebook, globoesportis, espn it also does not carry, 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 going on?
What version of iOS are you using?
– Lucas Eduardo