WiFiFlutter icon indicating copy to clipboard operation
WiFiFlutter copied to clipboard

NEHotspotConfigurationHelper failed

Open raffrizza opened this issue 1 year ago • 1 comments

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
  

raffrizza avatar Nov 18 '24 22:11 raffrizza

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)

collohdicey avatar Nov 26 '24 15:11 collohdicey