Handling push notifications while the application is running in the background

I implemented a push notification in my application and it works fine when the application is down. But when my application is sent to a background image, a warning is not displayed in the push notification. What I need to do, even if my application is in the background, I can display a warning for push notification.

Any help would be appreciated.

+3
source share

Source: https://habr.com/ru/post/1792223/


All Articles