ksenia312 / nearby_service

Nearby Service Flutter Plugin for creating connections in a P2P network.
https://pub.dev/packages/nearby_service
BSD 3-Clause "New" or "Revised" License
45 stars 4 forks source link

(Question) Android iOS interop? #1

Closed mglsj closed 8 months ago

mglsj commented 8 months ago

Not an issue but a question

Does this support connections between iOS and Android devices?

ksenia312 commented 8 months ago

Hello, unfortunately no This is a limitation of Multipeer Connectivity on iOS, we cannot get the device address on the network. So we cannot create a custom socket for communication without device addresses

mglsj commented 8 months ago

Hello, unfortunately no This is a limitation of Multipeer Connectivity on iOS, we cannot get the device address on the network. So we cannot create a custom socket for communication without device addresses

Hi, I think it could be possible with Google's nearby connections on iOS. https://developers.google.com/nearby/connections/overview. (I don't have enough knowledge of Flutter otherwise would have made a PR)

Princewil commented 8 months ago

Not an issue but a question

Does this support connections between iOS and Android devices?

Was about to ask this same question. Thanks for bring it up