leegeunhyeok / react-native-zendesk-messaging

🗣️ Zendesk messaging SDK for React Native
https://www.npmjs.com/package/react-native-zendesk-messaging
MIT License
40 stars 12 forks source link

IOS Push Notification not opening the Zendesk Messaging View Screen #51

Closed adilsaeed31 closed 1 month ago

adilsaeed31 commented 2 months ago

Describe the bug In iOS devices, a message push notification does not open the Zendesk Messaging View screen, but this functionality works fine in Android after tapping on the push notification.

To Reproduce Steps to reproduce the behavior: Receive a push notification on an IOS device and tap on it, it will open the app but will not open the Zendesk messaging view screen in iOS only.

Expected behavior On Push Notification tap, this should open the messaging view screen of Zendesk, like in Android.

Environment (please complete the following information):

stale[bot] commented 1 month ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

avivdim commented 3 weeks ago

@adilsaeed31 Hi, I had the same issue with this library and i fixed it. can you show your code in AppDelegate.m?