Hi all i update to ios 4 but in my app i use :
NSString *connected = [NSString string withContentofURL:[NSURL URLWithString:@"http://myurl.com/myFile]];
but now i get the following :
StringWithContentsofURL is deprecated !
I use this to test if connection is available.
What can i do ??
thanks