Home > Blockchain >  Is there a way of handling Android notifications while the app is completely closed?
Is there a way of handling Android notifications while the app is completely closed?

Time:11-07

i have a nodejs server which i use to send notifications to my android app, written in kotlin. The problem is that the notification doesn't work when the app is closed, please help

CodePudding user response:

I suggest you to use services like Firebase or OneSignal it would save you a lot of headaches

  • Related