CNCopySupportedInterfaces broken in iOS 9 beta 4

CNCopySupportedInterfaces API always returns nil in latest beta release of iOS9. Is there any way to identify the SSID of the device?

I've moved your thread over to Core OS > Networking because it's about networking, not the Objective-C language.

There's another thread that discusses this issue. If I learn more about this I'll post updates there.

Share and Enjoy

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

let myEmail = "eskimo" + "1" + "@apple.com"

I have the same problem in iOS 9. The fraemwork call "CNCopySupportedInterfaces" returns nil. I have a commercial app that needs to know the current SSID to allow the transfer of propritary information. The user does not want the excahge of information from the app unless it is over a known network (identified by the SSID). It even uses secure file transfer protocol (SFTP) and the user still wants it restricted to known SSID's.

CNCopySupportedInterfaces broken in iOS 9 beta 4
 
 
Q