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
Is the bug present in the demo Chat SDK project?
Yes
What modifications have you made to the Chat SDK?
To Implement reply to notifications
iOS Version? Device or simulator?
13.0
Steps taken to reproduce the problem:
Give chat reply from notification control, It's not working. send message to thread function not execute properly.
Expected result:
I want to reply any chat notification from notification control of device.
Actual result:
I want to reply any chat notification from notification control of device.
Comments:
Anyone can help me to implement this feature?
ChatSDK class code: (BLocalNotificationDelegate.m file code)
above code is implemented already in this SDK, but it's not execute/working properly. I think it is related to UI API task so it's not finishing in background thread.
The text was updated successfully, but these errors were encountered:
Is the bug present in the demo Chat SDK project?
Yes
What modifications have you made to the Chat SDK?
To Implement reply to notifications
iOS Version? Device or simulator?
13.0
Steps taken to reproduce the problem:
Give chat reply from notification control, It's not working. send message to thread function not execute properly.
Expected result:
I want to reply any chat notification from notification control of device.
Actual result:
I want to reply any chat notification from notification control of device.
Comments:
Anyone can help me to implement this feature?
ChatSDK class code: (BLocalNotificationDelegate.m file code)
in didReceiveNotificationResponse method..
above code is implemented already in this SDK, but it's not execute/working properly. I think it is related to UI API task so it's not finishing in background thread.
The text was updated successfully, but these errors were encountered: