VNAPNIC / flutter_nearby_connections

Flutter plugin support peer-to-peer connectivity and the discovery of nearby devices for Android vs IOS
https://pub.dev/packages/flutter_nearby_connections
BSD 2-Clause "Simplified" License
106 stars 68 forks source link

iOS talk to Android and vice versa? #14

Open Sford4 opened 3 years ago

Sford4 commented 3 years ago

Not an issue, just a question, will this library allow for iOS devices to talk peer-to-peer with Android devices and vice versa? Is there an example that accounts for this?

Thanks, great work guys!

VNAPNIC commented 3 years ago

The library can't make a connection between Android and IOS

Sford4 commented 3 years ago

@VNAPNIC Thank you for the reply! Is there any plan to do so in the future, or is this a technical limitation that can't be overcome?

Thanks again

VNAPNIC commented 3 years ago

I think to connect both platforms, should using wifi p2p

Sford4 commented 3 years ago

@VNAPNIC That's wonderful! I'll start making my app now, I hope you can get the cross-platform improvement up soon, thanks for all your hard work!

alhafoudh commented 3 years ago

@Sford4 were you successful connecting iOS and Android together using wifi p2p?

Sford4 commented 3 years ago

@Sford4 were you successful connecting iOS and Android together using wifi p2p?

I interpreted @VNAPNIC 's last comment to mean that the package currently cannot accomplish this, but he plans to update the package in the near future to allow connecting iOS and Android together using wifi p2p.

Is that correct, @VNAPNIC ?

okanulkr commented 3 years ago

I think to connect both platforms, should using wifi p2p

I am also excitedly waiting.

alhafoudh commented 3 years ago

Well, I tried it and it was not working for me. I tinkered around it for 1 hour and I did not get it working.

Sford4 commented 3 years ago

I think to connect both platforms, should using wifi p2p

Hi @VNAPNIC, has there been any progress in this area?

We appreciate all your hard work, thank you!

Sreadon commented 2 years ago

Hi,

I'm facing the same "issue" but in my case I don't need to establish a connection between the two devices, I'm just using this lib to advertise users using the same app nearby by passing a custom ID to the deviceName parameter.

While it's working perfectly on Android / Android or iOS / iOS, I'd like Android devices to be able to see iOS ones and vice versa, but I don't need to establish a connection between Android & iOS. Does anyone have an idea? I've already tried to switch to Stategy.Wi_Fi_P2P, doesn't seems to do the trick.

Thanks

BeezBeez commented 2 years ago

Hi ! Any news on Android <-> iOS communication @VNAPNIC ?

GitDoGui commented 2 years ago

Hi! Waiting here for Android <-> iOS communication. Any news?

zuwuko commented 2 years ago

@VNAPNIC Also anxiously waiting for android to iOS communication...pretty please

ivanicsjozsef94 commented 2 years ago

@VNAPNIC I'd like to implement a cross platform app and that would be great if Android and iOS devices could talk to each other. Maybe is there any plan to implement this feature in the near future?