react-native-ble-manager icon indicating copy to clipboard operation
react-native-ble-manager copied to clipboard

Is there anyway to make this work on Background in Android even after the app is killed? Nov 2020

Open danielbenedykt opened this issue 4 years ago • 2 comments

Is there anyway to make this work on Background in Android even after the app is killed?

As soon as I kill the app, the device disconnects, and of course the listeners are gone.

Platform: Android

if not, I need to code a native BLE service/library myself to handle this?

danielbenedykt avatar Nov 25 '20 13:11 danielbenedykt

Hi, I think you need a custom module to handle something in background.

marcosinigaglia avatar Nov 30 '20 14:11 marcosinigaglia

try using react-native-background-fetch for running app in background.

siddaiahm avatar Dec 02 '20 05:12 siddaiahm