jaypathak9460

Results 6 comments of jaypathak9460

facing same issue when User clear the application it stops service as well how to let it continue even after that unable to find the solution for this if anyone...

in Android i have use this code to stop service also works in IOS ``` service.on('stopService').listen((event) { try { //your function if service is going to stop service.stopSelf(); } catch...

i was thinking to create whole thing in swift but the issue is i do not have any idea about swift code and how to create it.so i dropped the...

> It's also not working in foreground in ios. can you tell me more about it? It would be a big help to me. > […](#) > On Thu, 31...

I have managed by writing line twice ``` service.on('stopService').listen((event) { service.stopSelf(); service.stopSelf(); }); ```

I am facing the same issue only above android version 12 and up ,any solution?