abobija / esp-smartconfig-dart

EspTouch and EspTouchV2 implementations of SmartConfig provisioning protocols. Plain Dart. All platforms.
https://pub.dev/packages/esp_smartconfig
MIT License
46 stars 11 forks source link

esp smartconfig provisioning fails on ios #13

Open belal410 opened 1 year ago

belal410 commented 1 year ago

The plugin is working fine with android but trying it with ios returns error message "Socket error: SocketException: Send failed(OS Error : No route to host, errno =65), address = 0.0.0.0, port = 18266"

abobija commented 1 year ago

Check if readme section Breaking Change iOS 14.6/16 can help with your issue.

belal410 commented 1 year ago

Yes I have added the multicast network entitlement and still facing the same issue, I guess the issue that the process is still running on port 18266 although the provisioning method is done and the stream is closed; so trying to call the provisioning start method again throws this exception.

lucasromeiroTF commented 1 year ago

hello, any evolution with ios16?

Thanks!!!