chat-sdk-ios icon indicating copy to clipboard operation
chat-sdk-ios copied to clipboard

Chat SDK iOS - Open Source Mobile Messenger

Results 55 chat-sdk-ios issues
Sort by recently updated
recently updated
newest added

### Pre-conditions: Messages should be present ### Steps to reproduce: #### User 1 1-Delete the Chat #### User 2 1-Send message to User 1 #### User 1 1- Return to...

enhancement

1. **Is the bug present in the demo Chat SDK project?** Yes 2. **What modifications have you made to the Chat SDK?** To Implement reply to notifications 3. **iOS Version?...

There is some space appeared when I send the message (length == 4096 symbols) Simulator iPhone 11 Pro iOS 14.0 ``` let config = BConfiguration(); // ... config.textInputViewMaxCharacters = 4096...

I want to access the agent Messages count using the v2 SDK, in v1 SDK I used to do the same by calling `ZDCChat.instance().api.agentMessageCount` but here I don't find any...

1. **Is the bug present in the demo Chat SDK project?** Yes. When registering in the demo application, we are getting the error ' The operation couldn't be completed'. ![2020-05-03](https://user-images.githubusercontent.com/17195533/80918300-dad65a80-8d81-11ea-9a1f-b0374f79909e.jpeg)

1. **Is the bug present in the demo Chat SDK project?** 2. **What modifications have you made to the Chat SDK?** Nothing except custom authentication 3. **iOS Version? Device or...

Make a symbolic breakpoint at UIViewAlertForUnsatisfiableConstraints to catch this in the debugger. ``` The methods in the UIConstraintBasedLayoutDebugging category on UIView listed in may also be helpful. 2020-03-29 14:43:27.468067+0530 Wink[5975:33198]...

I have a problem when call BChatSDK.core()?.threads(with: bThreadFilterPrivateThread, includeDeleted: false) if db have too many entities. It make app freeze because i must call this function in main thread. I...