You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a worker service that continues scanning for bluetooth devices when the app is no longer in foreground. I still get console logs from the worker when I put the app in background but the startScanning() method no longer returns bluetooth devices. (they are returned fine when the app is in foreground)
I'm assuming this is something handled at the OS level that needs to be configured or something like in the Info.plist keys maybe?
Thanks!
The text was updated successfully, but these errors were encountered:
I have a worker service that continues scanning for bluetooth devices when the app is no longer in foreground. I still get console logs from the worker when I put the app in background but the startScanning() method no longer returns bluetooth devices. (they are returned fine when the app is in foreground)
I'm assuming this is something handled at the OS level that needs to be configured or something like in the Info.plist keys maybe?
Thanks!
The text was updated successfully, but these errors were encountered: