react-native-kontaktio
react-native-kontaktio copied to clipboard
Monitoring events when app is terminated state.
Hi, How can I use this library to monitor beacons when app is terminated/killed state. I add the events on index.js file but when app is terminated they are not triggered from library. Thank you.
I'm able to listen to beacon events when app is in terminated/killed state for iOS with didEnterRegion event. But regionDidEnter event doesn't work such way on Android. Is there some configuration to enable background scanning on Android ? @andrekovac ?