You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using this in a flutter app for iOS and Android. While it works as expected on iOS, it does not discover the services on Android. This is on Android 14 (Samsung Galaxy A34 5G)
The text was updated successfully, but these errors were encountered:
I turns out that the service name matters. If I try to discover "_trx-control._tcp" it is found on iOS, but not on Android. If I add a dot ("_trx-control._tcp.") then it is discovered on iOS and Android. This is weird, and maybe worth mentioning in the docs?
Using this in a flutter app for iOS and Android. While it works as expected on iOS, it does not discover the services on Android. This is on Android 14 (Samsung Galaxy A34 5G)
The text was updated successfully, but these errors were encountered: