Open andzejsw opened 4 years ago
Fo me too, have you any idea ?
@andzejsw @vov4ik08 Sorry for the late response - please try one of the newer releases (1.1.5+), and LMK if you still have still issue.
@michael-cheung-thebus for me still same issue happen, when I killed app, the foreground service is also finished.
I use 'foreground_service: ^2.0.1+1' this version. and I set this parameter. but doesn't work.
await ForegroundService.setContinueRunningAfterAppKilled(true);
please let me know the solution.
@michael-cheung-thebus for me still same issue happen, when I killed app, the foreground service is also finished.
I use 'foreground_service: ^2.0.1+1' this version. and I set this parameter. but doesn't work.
await ForegroundService.setContinueRunningAfterAppKilled(true);
please let me know the solution.
I also have this problem.
Same here, seem like there is missing step for Add Permission and Service in AndroidManifest.
For me service isn't staying in Foreground after app close.