how to get SSID in IOS13

Upto IOS 12 we are able to get the SSID but as per the Apple new changes we are not able to get SSID of currently connected WIFI.

How to solve this problem

Replies

What are you using the SSID for?

Share and Enjoy

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

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

We have the same problem. We need because our app connects to our IOT hotspot so the user can configurate it via ipad, and we show a warning if they are not connected to the preferred network.


Through my reserch I found this:

Apple changed some things regarding WiFi with iOS 13. If you want to use CNCopyCurrentNetworkInfo your app needs to have one of the following:

1. Apps with permission to access location

2. Your app is the currently enabled VPN app

3. Your app configured the WiFi network the device is currently using via NEHotspotConfiguration


OK, I wanted to enable access location on ipad/settings/appname, and enable.. But I do not see our app there... I have tried with launching from xcode and also install it via testflight, but the app does not show up... I have read that it is also bugy, reopen setting, reinstall etc....

Nothing...


Really disappointed 😟