alexkendall / react-native-bluetooth-cross-platform

Cross-Platform Bluetooth & WiFi React Native Module. Powered by underdark http://underdark.io/.
179 stars 35 forks source link

iPhone to iPhone detection is not working when BT is ON and WIFI is OFF #42

Open vimalathiyagu opened 6 years ago

vimalathiyagu commented 6 years ago

I have integrated this library for a react native project, I have to connect Android to Android, iOS to iOS over BT on and exchange data. I have tested for Android and only with BT on and Wifi off it works fine. But iOS works fine only with Wifi on and BT on. If Wifi is OFF and BT is ON then they are not getting detected.

Is this a restriction or does the library support iphone to iphone detection via BT alone. Kindly confirm. I am using Advertise with (WIFI-BT) and Browse (WIFI-BT).

joshbalfour commented 6 years ago

Am also seeing this

virl commented 6 years ago

Bluetooth on iOS 11 currently is not working due to iOS 11 bugs. Working to fix that.

joshbalfour commented 6 years ago

@virl thanks! Big fan of your work on underdark - awesome lib - would have no idea where to start with all this otherwise 😂👍

virl commented 6 years ago

@joshbalfour Thanks.

vimalathiyagu commented 6 years ago

Thanks @virl. Your library has helped my application, just that now i am stuck with this ios bt-bt issue. Hope to get your fix at the earliest.

hajermay commented 4 years ago

@vimalathiyagu please can u show me exemple how do you implement this solution ?