ConnectSDK / Connect-SDK-iOS

iOS source project for Connect SDK

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

iOS 13 - CNCopyCurrentNetworkInfo

phukhanhlee opened this issue · comments

Starting with iOS 13, the CNCopyCurrentNetworkInfo API will no longer return valid Wi-Fi SSID and BSSID information. Instead, the information returned by default will be:

SSID: “Wi-Fi” or “WLAN” (“WLAN" will be returned for the China SKU)
BSSID: "00:00:00:00:00:00"

Does this affect to device detection ? I saw we use CNCopyCurrentNetworkInfo class in DiscoveryManager

I tested with simulator, it's still working !