smaho-engineering / esptouch_flutter

ESP-Touch Dart API for Flutter. Platform-specific implementation for Android (Java) and iOS (Objective-C).
https://pub.dev/packages/esptouch_flutter
MIT License
100 stars 34 forks source link

Not working on ios14 #16

Closed tamahos closed 3 years ago

tamahos commented 3 years ago

I have been using this with no problem until I'm updating to ios14 and esptouch stop working and get error

client: sendto fail, but just ignore it : No route to host

cmsong-shina commented 3 years ago

same here on ios 14.6

tmdnltclffl commented 3 years ago

same here on ios 14.6

max-koehler commented 3 years ago

We'll look into it.

tamahos commented 3 years ago

I have fix this problem. request and use this https://developer.apple.com/documentation/bundleresources/entitlements/com_apple_developer_networking_multicast entitlement.

ducnguyenenterprise commented 3 years ago

This is hidden capabilities, you need to request it as account holder here. And config it as here Screen Shot 2021-06-21 at 17 24 50

ducnguyenenterprise commented 3 years ago

Closed this issue as the guide to resolve has been updated in readme