Releases: cometchat/chat-sdk-ios
Releases · cometchat/chat-sdk-ios
v1.8.1
Fixes:
Group member scope in the group list issue is fixed.
v1.8.0
Updates:
- onTextMessageReceived, onCustomMessageReceived, onMediaMessageReceived function definition changed.
- Change the message for scope changed of the member in the group.
- Attachment class properties made available to Objective - C
Fixes:
- Fixed crash issue if the user logs out while receiving messages
- The LastDeliveredMessageId issue is fixed.
Added:
- AddMemberToGroup feature is available to add multiple members in a group.
- Search Message feature is available.
v1.7.1
Fixes:
- Re-login issue is fixed.
- function definition is changed in GroupRequest class. setSearchKeyword() to set(searchKeyword : String)
- User class intializers made public so all developers can create a User object.
- 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
v1.6.1
Minor bug fixes
v1.6.0
Fixes:
- Group can't be created with metadata issue is fixed.
- Group description now available.
Added:
- Created functions to get the count of the message that are unread and undelivered
- Added receipts for group message.
- Added search feature for users,groups, blocked users, group members and banned members list.
- added function to fetch online /offline users.
v1.5.2
Fixes:
- Blocked User list issue is fixed.
v1.5.1
Fixes:
- "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
Updates:
- Block User, Unblock user and blocked User list features is added.
v1.4.3
Fixes:
- Minor bug fixes to make video calling more stable.