Skip to content
This repository was archived by the owner on Jan 14, 2025. It is now read-only.
This repository was archived by the owner on Jan 14, 2025. It is now read-only.

Can't get ssid after ios 13 #34

@littleflyer

Description

@littleflyer

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions