Theocacao
Leopard
Design Element
Comment on "Checking Network Status with CFNetDiagnostics"
by SeoxyS — Dec 18
Hi Scott,

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
Back to "Checking Network Status with CFNetDiagnostics"
Design Element

Copyright © Scott Stevenson 2004-2015