lluisclava
lluisclava
I have the same issue, any updates? Tested on Android, API 31 real device. No issue on Android 11 real device.
I solved in Android using a foreground sevice with: https://pub.dev/packages/flutter_foreground_task. The think is by design the stepcounter sensor don't send any data while the application is in background: https://developer.android.com/guide/topics/sensors/sensors_overview#sensors-practices
> > I solved in Android using a foreground sevice with: https://pub.dev/packages/flutter_foreground_task. > > The think is by design the stepcounter sensor don't send any data while the application is...
I have the same issue with Mysql and MSSql views. I my opinion the problem is in the implementation of Schema->insert method: ```php /** * Executes the INSERT command, returning...
This will never work. By definition, Android does not allow to get steps information while your app is in background. Link: https://developer.android.com/guide/topics/sensors/sensors_overview#only-gather-sensor-data-in-the-foreground I solved using only in Android the pluguin:...
I have the following error with API level 34: `Starting FGS with type location callerApp=ProcessRecord{58112eb 7114:cat.sol_it.letitbeat/u0a356} targetSDK=34 requires permissions: all of the permissions allOf=true [android.permission.FOREGROUND_SERVICE_LOCATION] any of the permissions allOf=false...