Search code examples
androidkotlinpush-notificationandroid-push-notification

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


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


Solution

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