-
Notifications
You must be signed in to change notification settings - Fork 201
Open
Description
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
Metadata
Metadata
Assignees
Labels
No labels