GetStream / stream-chat-react-native

💬 React-Native Chat SDK ➜ Stream Chat. Includes a tutorial on building your own chat app experience using React-Native, React-Navigation and Stream
https://getstream.io/chat/sdk/react-native/
Other
975 stars 325 forks source link

[🐛] Push notification is not coming for old groups #2135

Closed faisalkhan-dianapps closed 11 months ago

faisalkhan-dianapps commented 1 year ago

Issue

Describe your issue here


We are not able to receive notifications for the old group, Chat messages are coming into the group but not notifications. Notification is working fine in the new group but after one day push stops working for that group.

Steps to reproduce

Steps to reproduce the behavior:

  1. Create any new group
  2. Leave it for one day
  3. Send a message in the group, chat will work fine but not notification

Expected behavior

Chat notification should work fine for old groups as well.

Project Related Information

Customization

I have customize the message screen, but not the whole screen we customize the Empty screen state, date header, and date separator that's it.

Click To Expand

```typescript jsx # N/A ```


Offline support


Environment

Click To Expand

#### `package.json`: ```json # N/A ``` **`react-native info` output:** ``` OUTPUT GOES HERE ``` - **Platform that you're experiencing the issue on**: - [ ] iOS - [ ] Android - [ ] **iOS** but have not tested behavior on Android - [ ] **Android** but have not tested behavior on iOS - [ ] Both - **`stream-chat-react-native` version you're using that has this issue:** - `e.g. 5.4.3` - Device/Emulator info: - [ ] I am using a physical device - OS version: `e.g. Android 10` - Device/Emulator: `e.g. iPhone 11`


Additional context

Video for the same issue https://drive.google.com/file/d/1JEoUnOIXQ5boetTKXjJ7JG7dsXYZq-ok/view?usp=sharing


Screenshots

Click To Expand


khushal87 commented 1 year ago

Is this issue still relevant? We could not reproduce any behaviour like you mentioned on our end. Please feel free to open it if it is reproducible and share with us a guide on how to reproduce it.