Skip to content

Releases: cometchat/chat-sdk-ios

v1.8.1

27 Jun 14:59
Compare
Choose a tag to compare

Fixes:
Group member scope in the group list issue is fixed.

v1.8.0

27 Jun 10:35
Compare
Choose a tag to compare

Updates:

  1. onTextMessageReceived, onCustomMessageReceived, onMediaMessageReceived function definition changed.
  2. Change the message for scope changed of the member in the group.
  3. Attachment class properties made available to Objective - C

Fixes:

  1. Fixed crash issue if the user logs out while receiving messages
  2. The LastDeliveredMessageId issue is fixed.

Added:

  1. AddMemberToGroup feature is available to add multiple members in a group.
  2. Search Message feature is available.

v1.7.1

19 Jun 15:47
Compare
Choose a tag to compare

Fixes:

  1. Re-login issue is fixed.
  2. function definition is changed in GroupRequest class. setSearchKeyword() to set(searchKeyword : String)
  3. User class intializers made public so all developers can create a User object.
  4. function definition is changed in MessageRequest class. set(GUID:String) to set(guid:String) and set(UID:String) to set(uid:String)

v1.7.0

11 Jun 19:34
Compare
Choose a tag to compare

v1.6.1

07 Jun 11:19
Compare
Choose a tag to compare

Minor bug fixes

v1.6.0

05 Jun 15:29
Compare
Choose a tag to compare

Fixes:

  1. Group can't be created with metadata issue is fixed.
  2. Group description now available.

Added:

  1. Created functions to get the count of the message that are unread and undelivered
  2. Added receipts for group message.
  3. Added search feature for users,groups, blocked users, group members and banned members list.
  4. added function to fetch online /offline users.

v1.5.2

29 May 12:11
Compare
Choose a tag to compare

Fixes:

  1. Blocked User list issue is fixed.

v1.5.1

23 May 14:17
Compare
Choose a tag to compare

Fixes:

  1. "Invalid Signature. Code object is not signed at all. The file at path [iOS.app/Frameworks/CometChatPro.framework/build-libidn.sh]" is not properly signed issue resolved while generating an ipa.

v1.5.0

21 May 10:17
Compare
Choose a tag to compare

Updates:

  1. Block User, Unblock user and blocked User list features is added.

v1.4.3

06 May 10:43
Compare
Choose a tag to compare

Fixes:

  1. Minor bug fixes to make video calling more stable.