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

Unable to get working on iOS 15.1 #25

Closed rroessler closed 2 years ago

rroessler commented 2 years ago

Hi, I've been unable to get this package working on iOS 15.1

Currently, I have been able to set up permissions correctly and get the multicast entitlement connected with the application. Even after following all the steps from 16, this has not been working.

I am concerned that whenever I call "flutter run", that the code signing that occurs there overrides the extra code-signing that was specified within the multicast setup thread.

Are the any steps I may be missing? Alongside that, is there anything that I can do to actually debug where the issue may lie as my app currently runs fine but just cannot connect to my ESP8266.

rroessler commented 2 years ago

Found my issue, I was trying to connect using a 5G network and not a 2.4G network.

rroessler commented 2 years ago

This might be a good note to add in terms of troubleshooting for those that may be having trouble connecting that ESP32/8266 running off the Sming framework can only use 2.4G (I believe) networks for ESP Touch.