0

I'm working with a connection manager and one of the new features in OS X 10.7 is that they now track WiFi in a iPhone-similar way.

On the iOS it's possible to register SSIDs which the OS should pass on to my application using the CNSetSupportedSSIDs.

However on the iOS the CaptiveNetwork.h file is publicly available in the SystemConfiguration.framwork however it's not on Lion. For Lion it's stashed away here:

Developer/SDKs/MacOSX10.7.sdk/System/Library/PrivateFrameworks/

I've been trying to find a way to make use of it, and I'm guessing that being able to register for certain SSIDs are something that either already is implemented, or something which will be available later on..

So my question is if I am missing something here, is it possible to do register my SSIDs and thus suppress the OS / Finder popup, in favor for our own?

qrikko
  • 2,483
  • 2
  • 22
  • 35
  • 1
    Note that Lion is still under NDA, so you might want to ask your question on http://devforums.apple.com instead. –  Jun 13 '11 at 10:54
  • Try the Apple forums. Lion is still under NDA so it's unlikely you'll get answers here. – Abizern Jun 13 '11 at 10:54
  • Have you ever figured how to manage captive network in Mac OS X application? – indiantroy May 15 '12 at 20:09
  • As far as I know "you don't" in Lion, however I got an email from apple the other day, (since I filed a report with them), saying that they have addressed the issue in Mountain Lion. I have however not had the time to look into this on 10.8 yet. – qrikko May 18 '12 at 07:42

0 Answers0