cometchat-sample-app-ios
cometchat-sample-app-ios copied to clipboard
Voice & Video Calling and Text Chat App for iOS
CometChatSharedMedia collectionView reload loops on file representing. On my side it didn't show files so I started to debug uikit and noticed that after it fetches files calls `self?.collectionView.reloadData()` line...
Uikit crashes on open. file: CometChatMessageList.swift function: private func refreshMessageList(forID: String, type: CometChat.ReceiverType, scrollToBottom: Bool) line: 489 iOS: 15.4 (19E241) CometChat SDK Version: v3.0.8-1
**Describe the bug** If one user is sending a message if another device has screen turned off, the receiver will not see the message until it reopenes messages view. **To...