Is CoreWlan working with 10.11

Hi,

I was expecting that my previous CoreWLAN API's not to be working with 10.11 ?, should I be expecting this to be working ?, as the headers say


- (instancetype)initWithInterfaceName:(NSString *)name NS_DEPRECATED_MAC(10_6, 10_10, "Use -[CWWiFiClient interfaceWithName:] instead");

however the app runs fine on 10.11 last beta ?, so slightly confused here ? - I am planning to migrate the API's but it wasn't quite now ?

Thanks

Mark.

I'm not sure I understand your question. I believe you're under the impression that because

-initWithInterfaceName:
was deprecated in 10.10 it should not work in 10.11. That's not generally true. There's normally multiple OS releases between us deprecating something and us removing support for it entirely.

Share and Enjoy

Quinn "The Eskimo!"
Apple Developer Relations, Developer Technical Support, Core OS/Hardware

let myEmail = "eskimo" + "1" + "@apple.com"
Is CoreWlan working with 10.11
 
 
Q