hi, i am trying to get multicast working with IOS14.
I have 2 applications: 1 app which emits UDP multicast on Windows.
app nr.2 is receiving the UDP messages and then connects to app nr.1 with TCP.
I have an app which uses this underlying technique, but it does not work in IOS 14 anymore due to Apple’s new privacy regulations.
Apple granted us with the additional capability -> Multicast Networking, and the profiles (development,distribution) are created with this extra capability activated.
I tried to get everything working, but until now with little luck so far.
Apple said that using bonjour is the way to go, but then I need to implement it in QT app.
i do not know if there is a bonjour library? or std in Felgo?
and is there a possibility to get support from you guys?
greetz,
Bas