umair13adil / simple_beacons_flutter

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

Background scanning is not working #72

Open HashaamNadeem opened 1 year ago

HashaamNadeem commented 1 year ago

I have a use case where i want to scan beacon in the background even if the app is killed. await BeaconsPlugin.runInBackground(true); added this for background but it is not working.