Driversnote-Dev / react-native-kontaktio

React Native (iOS and Android) library for Kontakt.io beacons (and all other beacons)
MIT License
112 stars 48 forks source link

Android: No scanning when app is in background #109

Closed nikita-usichenko closed 1 year ago

nikita-usichenko commented 1 year ago

Platform Android

Expected behavior The app continues detecting beacons even if the app is in the background

Actual behavior The scan stops when the app is in the background

It works correctly on IOS but It does not work on android.. Can someone provide the solution? PS. I mean exactly background mode, not when the app is killed ( but of course, it will be cool if someone tell and about this)

nikita-usichenko commented 1 year ago

Sorry it was my mistake, everything works correctly

ycldz commented 1 year ago

Sorry it was my mistake, everything works correctly

what exactly is the problem i have the same problem with android

vkozinec commented 1 year ago

@nikita-usichenko Hello, could you please provide example on how you achieved to detect beacons even when app is in background? Thank you.