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 am using
wifi_iot: ^0.3.19+1
xcode 16.0
capbalities: Access wi-fi information and Hotpsot
The following code to connect wi-fi
final res = await WiFiForIoTPlugin.connect(
ssid,
password: password,
security: NetworkSecurity.WPA,
withInternet: false,
);
I have always **NEHotspotConfigurationHelper failed to communicate to helper server** and the connection fails.
Note: In Android is ok and with the previous xcode and code all works fine in iOS
The text was updated successfully, but these errors were encountered:
I am using
wifi_iot: ^0.3.19+1
xcode 16.0
capbalities: Access wi-fi information and Hotpsot
The following code to connect wi-fi
final res = await WiFiForIoTPlugin.connect(
ssid,
password: password,
security: NetworkSecurity.WPA,
withInternet: false,
);
The text was updated successfully, but these errors were encountered: