umair13adil / simple_beacons_flutter

A flutter plugin project to range & monitor iBeacons.
Apache License 2.0
35 stars 42 forks source link

The plugin stops working after resuming the app #50

Open EdouardDelep3 opened 3 years ago

EdouardDelep3 commented 3 years ago

Hello,

The plugin works very well in debug mod. But when I build an apk file and install it on my Android device, I got a problem. When I start the app for the first time everything is working very well but when I close the app and restart it, the plugin is not working and I cannot detect my beacons anymore. The only way to fix that is to clear the app's data in the android settings. I have the same problem with the example program of the plugin. How can I fix that ?

Scs-CSS commented 3 years ago

Same problem :(

tmtong commented 1 year ago

I have the same problem for the example app After install, run in foreground, It prints the beacon Put it in background, I get notification When I switch back to foreground, I stop getting anything