Skip to content

Releases: cometchat/chat-sdk-ios

4.0.54

28 Oct 07:51
6eab3d7
Compare
Choose a tag to compare

New

  • None

Enhancements

  • None

Fixes

  • Fixed the call ending flow in the startCall method to ensure proper call termination and UI updates when the call ends.

4.0.54-beta1

17 Oct 14:00
0cce336
Compare
Choose a tag to compare
4.0.54-beta1 Pre-release
Pre-release

New

  • None

Enhancements

  • None

Fixes

  • Fixed the call ending flow in the startCall method to ensure proper call termination and UI updates when the call ends.

4.0.53

08 Aug 13:12
45c3887
Compare
Choose a tag to compare

New

  • Added onMessagesDeliveredToAll and onMessagesReadByAll listeners to notify message sender when group messages are delivered or read by everyone in the group.

4.0.52

15 Jul 09:23
6982641
Compare
Choose a tag to compare

Enhancements

  • Implemented storing weak references of delegates when adding multiple listeners.
  • Made all the callback protocol methods optional, allowing developers to only add the methods that are needed.

4.0.51

10 Jul 10:26
Compare
Choose a tag to compare

New

  • The following new methods have been introduced in the CometChatNotifications class:
    • updateTimezone: This method updates the timezone for receiving Enhanced Email and Enhanced SMS notifications correctly.
    • getTimezone: This method fetches the timezone set for a user.

Enhancements

  • The following methods in the CometChatNotifications class have been deprecated:
    • fetchPushPreferences is now deprecated. Please use fetchPreferences as an alternative.
    • updatePushPreferences is now deprecated. Please use updatePreferences as an alternative.
    • resetPushPreferences is now deprecated. Please use resetPreferences as an alternative.
  • The following class in the CometChatNotifications class has been deprecated:
    • PushPreferences is now deprecated. Please use NotificationPreferences as an alternative.

4.0.50

02 Jul 11:25
Compare
Choose a tag to compare

Fixes

  • Fixed an issue where the outgoingCallRejected event was not triggered when the recipient did not answer the call.

4.0.49

25 Jun 13:06
Compare
Choose a tag to compare

Enhancements

  • Added a new method includeBlockedUsers in ConversationsRequestBuilder to allow fetching conversations of users blocked by the logged-in user.
  • Introduced a method withBlockedInfo in ConversationsRequestBuilder to fetch blocked information in the conversation object, such as blockedByMe and hasBlockedMe.
  • Introduced various public variables for all the request classes to improve data fetching and customization.
  • Enhanced AppSettings with public variables for subscription types, roles, region, and host overrides.
  • Added a new parameter for scopes in BannedMembersRequestBuilder.

4.0.48

06 Jun 11:13
Compare
Choose a tag to compare

New

  • Added a method named getConversationUpdateSettings which returns the settings saved in Dashboard.

4.0.47

23 May 11:03
Compare
Choose a tag to compare

New

  • Added support for Mac Catalyst, enabling iOS apps to run on macOS.

3.0.921

23 May 09:05
Compare
Choose a tag to compare

New

  • Added support for Mac Catalyst, enabling iOS apps to run on macOS.