infobip / mobile-messaging-react-native-plugin

Mobile Messaging SDK plugin for React Native projects
24 stars 4 forks source link

Chat Widget Notification Crashing Android App #74

Open moustafadevrn opened 1 month ago

moustafadevrn commented 1 month ago

Description: When receiving a notification from the Chat Widget and attempting to click on the notification, the app crashes on the Android platform. This issue is critical as it affects the user experience.

Steps to Reproduce: Receive a notification from the Chat Widget. Click on the notification.

Expected Behavior: The app should open without crashing.

Actual Behavior: The app crashes when the notification is clicked.

jakubdzubak1 commented 3 weeks ago

Hi @moustafadevrn,

we are investigating it. We will ping you once it is fixed.

Thank you for your patience.

jakubdzubak1 commented 3 weeks ago

Hi @moustafadevrn,

I tried it with our example application and cannot reproduce described issue.

  1. Do you use latest SDK version 11.1.1?
  2. Can you share more debug info, at least logs from crash please?
  3. Can you share your configuration object passed into mobileMessaging.init() function (of course without secrets like applicationCode, ...) please?
  4. Can you try our example application if you can reproduce the issue please?

Thank you.