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?
chatConfig.locationMessagesEnabled = false
chatConfig.threadTitleFont = .triiboSemiBoldFont(ofSize: 18)
chatConfig.messageTextFont = .triiboRegularFont(ofSize: 16)
chatConfig.showEmptyChats = false
chatConfig.userChatInfoEnabled = true
chatConfig.textInputViewMaxLines = 50
chatConfig.textInputViewMaxCharacters = 1000
chatConfig.showUserAvatarsOn1to1Threads = true
chatConfig.shouldOpenChatWhenPushNotificationClicked = true
chatConfig.messageSelectionEnabled = false
chatConfig.showLocalNotifications = true
chatConfig.showLocalNotificationInChat = true
chatConfig.imageMessagesEnabled = false
iOS Version? Device or simulator?
iOS 17, both device and simulator.
Steps taken to reproduce the problem:
Open the Chat screen, click on the + button and select Choose Photo.
The image picker shows and then select any photo to send.
Expected result:
The selected photo is sent to the recipient.
Actual result:
Nothing happens.
Comments:
The following error is shown in Xcode:
Attempt to present on (from ) which is already presenting .
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?
chatConfig.locationMessagesEnabled = false
chatConfig.threadTitleFont = .triiboSemiBoldFont(ofSize: 18)
chatConfig.messageTextFont = .triiboRegularFont(ofSize: 16)
chatConfig.showEmptyChats = false
chatConfig.userChatInfoEnabled = true
chatConfig.textInputViewMaxLines = 50
chatConfig.textInputViewMaxCharacters = 1000
chatConfig.showUserAvatarsOn1to1Threads = true
chatConfig.shouldOpenChatWhenPushNotificationClicked = true
chatConfig.messageSelectionEnabled = false
chatConfig.showLocalNotifications = true
chatConfig.showLocalNotificationInChat = true
chatConfig.imageMessagesEnabled = false
iOS Version? Device or simulator?
iOS 17, both device and simulator.
Steps taken to reproduce the problem:
Open the Chat screen, click on the + button and select Choose Photo.
The image picker shows and then select any photo to send.
Expected result:
The selected photo is sent to the recipient.
Actual result:
Nothing happens.
Comments:
The following error is shown in Xcode:
Attempt to present on (from ) which is already presenting .
The text was updated successfully, but these errors were encountered: