voximplant / react-native-foreground-service

React native module to start foreground service on android
MIT License
159 stars 91 forks source link

Notification is cancelable, can we make it always running? #26

Open sagarlava opened 4 years ago

sagarlava commented 4 years ago

I implemented this, but when app goes in background, after some minutes, app is killed, and the notification it creates gets cleared on swipe. Can we make it always running?

dukizwe commented 9 months ago

same issue here, the notification get cleared even after setting ongoing to true