Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NEHotspotConfigurationHelper failed #409

Open
raffrizza opened this issue Nov 18, 2024 · 1 comment
Open

NEHotspotConfigurationHelper failed #409

raffrizza opened this issue Nov 18, 2024 · 1 comment

Comments

@raffrizza
Copy link

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
@collohdicey
Copy link

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants