NEHotspotConfigurationHelper failed
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
I am also having trouble with iOS but on Android, it's working okay. I am using xcode 16.0 I see the following logs:
NEHotspotNetwork nehelper sent invalid result code [1] for Wi-Fi information request
Setting WiFi Enable : enable
flutter: MissingPluginException : MissingPluginException(No implementation found for method setEnabled on channel wifi_iot)
flutter: MissingPluginException : MissingPluginException(No implementation found for method findAndConnect on channel wifi_iot)