Is there a way to check to connectiction that is Panther-friendly?
Why just don't you make for example that:
NSURL *url = [NSURL urlWithString:@"http://www.seosoft.info/app_rsrc/exces_version.plist"]; //this is the url of a plist file that really exists. but you can use any plist file
NSDictionary *dict = [[[NSDictionary alloc] initWithContentsOfURL:url] autorelease];
if(dict)
NSLog(@"Connexion to seosoft.info is up");
else
NSLog(@"Connexion to seosoft.info is down
by SeoxyS — Dec 18
Is there a way to check to connectiction that is Panther-friendly?
Why just don't you make for example that:
NSURL *url = [NSURL urlWithString:@"http://www.seosoft.info/app_rsrc/exces_version.plist"]; //this is the url of a plist file that really exists. but you can use any plist file
NSDictionary *dict = [[[NSDictionary alloc] initWithContentsOfURL:url] autorelease];
if(dict)
NSLog(@"Connexion to seosoft.info is up");
else
NSLog(@"Connexion to seosoft.info is down