Hi everyone, I want to run <socket.io> in backgrou...
# android-studio
h
Hi everyone, I want to run socket.io in background even app closed. One way is that start a foreground service but issue is that it display permanent notification to the user which is quite awkward. Thanks
u
Google does not want apps to waste battery and cpu in the background without the user knowing. That’s why you have to live with the notification. Maybe you could also resort to Push instead of scoket.io?
btw. this channel is about the ide Android Studio. Not about android development.