You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 14, 2025. It is now read-only.
when i update my device from 12.* to 13.2 , the library can't get ssid.
I think the reason is the new policy of apple :
Apple have altered the use of CNCopyCurrentNetworkInfo in iOS 13 to require one of:
The app uses Core Location, and has the user’s authorization to use location information.
The app uses the NEHotspotConfiguration API to configure the current Wi-Fi network.
The app has active VPN configurations installed.
If none of those are present, it'll report a dummy SSID (iOS12-) or null (iOS13+) instead of the real one.
when i update my device from 12.* to 13.2 , the library can't get ssid.
I think the reason is the new policy of apple :
Apple have altered the use of CNCopyCurrentNetworkInfo in iOS 13 to require one of:
The app uses Core Location, and has the user’s authorization to use location information.
The app uses the NEHotspotConfiguration API to configure the current Wi-Fi network.
The app has active VPN configurations installed.
If none of those are present, it'll report a dummy SSID (iOS12-) or null (iOS13+) instead of the real one.