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

Pass sender name to firebase function for push notification. This is also dependent on the PR for the firebase cloud function here https://github.com/chat-sdk/chat-sdk-android/pull/453/files

Fixed some small bugs associated with the VENTokenView View wouldn't resize properly when tokens were added (due to incorrect constraints) View didn't allow users with duplicate names (due to adding...

Now you are not forced to follow the mobile language but the sdk supports a configuration to be changed as app requires and by default will follow the current locale

Removed duplicate `bTo` macro as it was throwing duplicate definition error.

Custom placeholder for chat screen's textview and custom font for chat screen's textview.

Does SDK has possibility to search the messages in some special private thread? For example I have child of `BPrivateThreadsViewController` and I need integrate the search by message content. Is...

enhancement

Hello, I have noticed this behavior that after login the app would fetch all the chat threads with the setting "config.showEmptyChats = true". Now I don't want to show empty...

I tried to implement silent notification and notification service extension by updating the firebase backend function in chatSDK. We push the payload from backend with two keys 'content_available: true' and...