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 am trying to use background_fetch to scan when app is killed, but for some reason it doesn't work. When the app is open, everything works well but when it is killed, it seems like my _scan function from _streamRanging = flutterBeacon.ranging(_regions).listen((_scan)); is not called. Is there any solutions for this problem?
Thanks!
The text was updated successfully, but these errors were encountered:
I am trying to use background_fetch to scan when app is killed, but for some reason it doesn't work. When the app is open, everything works well but when it is killed, it seems like my _scan function from _streamRanging = flutterBeacon.ranging(_regions).listen((_scan)); is not called. Is there any solutions for this problem?
Thanks!
The text was updated successfully, but these errors were encountered: