Kommunicate-iOS-SDK icon indicating copy to clipboard operation
Kommunicate-iOS-SDK copied to clipboard

Crash in 6.7.3 when adding videos

Open ivan-pavlovic opened this issue 2 years ago • 2 comments

Steps to reproduce:

  1. Tap on any chat
  2. Tap on camera icon in order to start recording video
  3. Tap on red button to start
  4. Record for 3-5 seconds and stop
  5. Tap on play button and in the middle of the video tap on “Use Video” in the bottom right corner
  6. Observe

This only happens when you first enter the chat.

According to the Xcode crash it seems the chat tableview row is added before the data source is updated which causes a mismatch between the number of rows in the table and data source.

Here's a screen recording from one of our apps:

https://user-images.githubusercontent.com/3634920/201914046-c38f57a3-5506-45ce-a3bd-a03c9784d2f5.mov

ivan-pavlovic avatar Nov 15 '22 11:11 ivan-pavlovic

Thank you for reporting. We have filed a ticket for this, we will fix this in upcoming releases. It would be really helpful if you could share your device and OS details.

surajkukkipady18 avatar Nov 17 '22 06:11 surajkukkipady18

It was confirmed at least on iPhone 8 (iOS 15.0) and iPhone 14 Pro (iOS 16.1) so I don't think it's OS or device related.

ivan-pavlovic avatar Nov 17 '22 07:11 ivan-pavlovic

@ivan-pavlovic This is fixed in version 6.7.9.

Sathyan-KM avatar Mar 28 '23 07:03 Sathyan-KM