Hi,
Is there any API exposed to fetch network security type like "WPA", "WPA2", "WES" or None for iOS device?
Yes. You can get the current network using the NEHotspotNetwork.fetchCurrent(completionHandler:)
method and then read the securityType
property.
Share and Enjoy
—
Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"