Open shinewanna opened 8 months ago
Add permission:
<uses-permission android:name="android.permission.FOREGROUND_SERVICE" />
My app already has that permission.
Any solution to this? I am getting the same issue when app is closed.
Yep. I'ill close this issue.
The problem was that in my pubspec file there were references to flutter_background_service and background_processes. I removed background_processes and everything worked as expected. Therefore, the problem was this conflict. When encountering this error, check if there is any other functionally conflicting library in the pubspec, such as background_processes, flutter_foreground_tasks, etc.
Same issue, but permission added and no conflict lib (i guess)
Receiving this issue from crashlyics. How to fix this issue?