VNAPNIC/flutter_nearby_connections

Not working on android devices

Closed this issue · 5 comments

Hi @VNAPNIC
First, thanks for taking the time to develop this plugin!
I tested this plugin on physical devices And I found that:

Works in case of

iOS to iOS

Doesn't wok in case of

Android to android
Android to iOS
Also the plugin is not requesting Nearby permission
I found also that the app requires the location permission but it doesn't ask for it , so I tried to authorize it manually but it doesn't fix the issue

I will update for Android, but can't make a connection between Android and IOS
u can follow progress android in the https://github.com/VNAPNIC/flutter_nearby_connections/projects/1

I got it, thank you so much @VNAPNIC, waiting for the next update ❤️

Hi @VNAPNIC
Are you going to upgrade the framework to allow communication between ios and android soon?

@aymane6 The underlying technologies that make up nearby connections on Android and iOS differ and as such make it impossible to communicate between the two platforms therefore, communication or sharing can only be done on the respective platforms and not inter-platform.