I'm building a chat app android I know well it works only when devices are offline ( in the background )
I've some questions: 1- if a user sends a message to another, SendBird push notification for the first message only, and next messages no notifications are sent.
it won't send another notification even the receiver has canceled the notification ( by swipe ) the only way to get notifications again is by asking the receiver to open chat again.
2- also, is there any assistance from the backend dev so push all notifications whether app in the background or foreground?
3- can backend dev assist in sending multiple notifications?
I hope if anyone can assist me with some proof from docs regarding the three points as my PM doesn't believe that SDK has some limitations.