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
It appears that the scan - monitor is not functioning on Android when the phone screen is off.
From the logcat, I've encountered warnings: "Cannot start unfiltered scan in screen-off.
This scan will be resumed later," even though I initiated monitoring with added regions:
Hi,
It appears that the scan - monitor is not functioning on Android when the phone screen is off.
From the logcat, I've encountered warnings: "Cannot start unfiltered scan in screen-off.
This scan will be resumed later," even though I initiated monitoring with added regions:
_streamMonitoring = _beaconScanner.monitoring(regions).listen((result) async {
printDebug("${result.region.identifier} : ${result.region.beaconId} : ${result.monitoringEventType.name}");
});
The text was updated successfully, but these errors were encountered: