Hi,
I'm working on a sample app to enable two-way data transfer between Mac, iOS, and Android devices.
The devices will be in close proximity to each other. To implement this, I used Google's Nearby API, which supports cross-platform communication.
The approach has worked well for Mac and iOS devices, even across different networks. However, while Mac and Android devices communicate successfully when on the same network, they fail to discover each other when on different networks.
Mac :left_right_arrow: iOS-----Works fine in all scenarios.
Mac :left_right_arrow: Android-------Works only when both devices are on the same network, but fails to discover each other on different networks.
Is there any alternative approach to achieve reliable cross-platform communication, or any technical documentation that could help with this?
Thanks in advance!
1
1
521