Unable to find any devices. IOS
See original GitHub issueHello! Tried to use the plugin, figured how to subscribe to events, that have to be spawned while scanning via BleManagerDiscoverPeripheral
. Everything went well, though, no events were dispatched. Tried to use your example project from repo, same thing. No exceptions, no logs, just no devices discovered, though through IOS settings I can see few available to connect. Have seen issue https://github.com/innoveit/react-native-ble-manager/issues/215, however it doesn’t look handy in my case.
Is there any suggestion where to explore further? Thanks in advance!
“react-native”: “0.48.3”, “react-native-ble-manager”: “^6.1.1”, tested on Iphone 7 IOS 11 & Iphone 5s IOS 10.3.3
Issue Analytics
- State:
- Created 6 years ago
- Comments:7 (3 by maintainers)
Top Results From Across the Web
iPhone Can't Find Bluetooth Devices? Here's The Fix!
iPhone Can't Find Bluetooth Devices? Here's The Fix! · Turn Bluetooth Off And Back On · Restart Your iPhone · Activate Pairing Mode...
Read more >If you can't connect a Bluetooth accessory to your iPhone ...
If there's an app that you use with the Bluetooth accessory, go to Settings > Privacy > Bluetooth on your iOS or iPadOS...
Read more >iPhone Bluetooth Can't Find Devices
First double-check that Bluetooth is turned on in your iPhone. Tap "Settings" and select "Bluetooth." Confirm the Bluetooth switch reads "On." If Bluetooth...
Read more >How To Fix When Your iPhone Can't Find Bluetooth Devices
First, check your Bluetooth connection settings · Unpair the Bluetooth device and reconnect · Reset network settings on your iPhone · Update your ......
Read more >6 ways to fix an iPhone that won't connect to Bluetooth
Turn on Bluetooth · Make sure your device is connected to Bluetooth · Delete other devices from Bluetooth · Update your software to...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Truth is that I found this issue earlier and developed the bluetooth-service the right way as I understand. Here’s the code.
and the usage of it.
Though, it didn’t help much
@Sprit3Dan how did you solve this issue?