You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I build a mobile social network and I want to update the number of likes of a post using a push notification. But I don't want the users to be disturbed each time a post is liked when the app is in background. So is there a way to tell the mobile app to receive notification only when the app is in foreground?
Thanks
The text was updated successfully, but these errors were encountered:
You can set how these notifications are handled in your app code. You can trigger an event when a push notification is received and decide what you do with it - this is where you check if the app is in the foreground or not and only then display the notification.
I build a mobile social network and I want to update the number of likes of a post using a push notification. But I don't want the users to be disturbed each time a post is liked when the app is in background. So is there a way to tell the mobile app to receive notification only when the app is in foreground?
Thanks
The text was updated successfully, but these errors were encountered: