iOS13-WiFi-Info icon indicating copy to clipboard operation
iOS13-WiFi-Info copied to clipboard

Fix CNCopyCurrentNetworkInfo() does NOT work on iOS13

Results 3 iOS13-WiFi-Info issues
Sort by recently updated
recently updated
newest added

Hi am able to get the SSID But in my requirement I have to validate password also. So user will enter the password in app and I have to validate...

I got reject from apple when using CoreLocation to get wifi SSID, because of my app only use this to detecting current wifi and this is not enough to pass...

I need to detect network changes in background. But there was a problem when requesting location permission. CLLocationManager.authorizationStatus() returns .authorisedAlways when the device is set to “While Using the App”...