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
I tried using the WiFiVelocity framework to get information about nearby WiFi networks. I managed to get an instance of the W5Status class through a handler class, but all of its properties (W5WiFiStatus, W5BluetoothStatus etc.) are nil. I can't find any methods in the headers to start a scan or something like that.
Does anyone know how I can access the WiFi status? I'd appreciate the help :)
Hello,
I tried using the WiFiVelocity framework to get information about nearby WiFi networks. I managed to get an instance of the W5Status class through a handler class, but all of its properties (W5WiFiStatus, W5BluetoothStatus etc.) are nil. I can't find any methods in the headers to start a scan or something like that.
Does anyone know how I can access the WiFi status? I'd appreciate the help :)
Here's my code:
WiFiManagerHandler header:
.m file:
The text was updated successfully, but these errors were encountered: