We want to connect an iPhone to an android device using a local network and also communicate?
I have already used MultipeerConnectivity framework but it is only working on iOS devices.
This is the repository I have used in my project. [https://github.com/btroller/Multipeer-Voice-Chat)
but unable to achieve my target(to connect and communicate with iOS and android device)
I have also tried NWConnection, NWListener it is only discovering the android device on the same service type but not connecting and communicating with it.