Network Connection NSNotification for OSX?

Posted by Andrew on Stack Overflow See other posts from Stack Overflow or by Andrew
Published on 2010-05-26T04:50:58Z Indexed on 2010/05/26 4:51 UTC
Read the original article Hit count: 373

Filed under:
|
|
|

I simply need to have a notification post when a valid IP address is assigned. I have tried polling via SCReachability, but that seems to be inefficient.

Any suggestions? This seems like it should be simple, but I've been struggling for several hours to get anything working.

© Stack Overflow or respective owner

Related posts about objective-c

Related posts about cocoa