I am trying to Parse Google Maps api with SBJSon
but before parsing when I use the below code gives me the Access Denied
errors in the HTML this error comes only when I run on the Device
and If I run the same in the simulator ..it gives me the google maps api string..what should be the error for Device running.
NSString *String = [NSString stringWithContentsOfURL:url
encoding:NSUTF8StringEncoding
error:nil];
NSLog(@"string %@",string);
error
<HTML><HEAD>
<TITLE>Access Denied</TITLE>
</HEAD>....
full Html error is similar of Setting Proxy Username & password using Objective-C - iPhone