Releases: qiscus/QiscusCore-iOS
Releases · qiscus/QiscusCore-iOS
1.14.5
Qiscus Chat SDK (core) v1.14.4
Changelog :
- Fix Crash when call api rooms Info (related to db)
Qiscus Chat SDK (core) v1.14.2
Changelog :
- BugFix Crash
Qiscus Chat SDK (core) v1.14.1
Changelog :
- BugFix Crash
Qiscus Chat SDK (core) v1.14.0
Changelog :
- implement feature new typing (for AI message)
extension UIChatPresenter : QiscusCoreRoomDelegate {
func onUserTypingAI(userId: String, roomId: String, typing: Bool, textMessage: String, senderName : String) {
self.viewPresenter?.onUpdateAITyping(typing : typing, textMessage: textMessage)
}
}
Qiscus Chat SDK (core) v1.13.7
Changelog :
- Bugfix Crash
Qiscus Chat SDK (core) v1.13.6
Changelog :
- Bug Fixing
- Implementation period for clear local db SDK, by default every 7 days after login sdk
*if you want custom days like 10 days, you can set before init SDK
QiscusCore.maxDayPeriodicClearLocalDB = 10 // 10 days
QiscusCore.setupWithCustomServer() // or QiscusCore.setup()
Qiscus Chat SDK (core) v1.13.5
Changelog :
- improve reconnect realtime using period time and add some log
Qiscus Chat SDK (core) v1.13.4
Changelog :
- add deviceId when registerDeviceToken
Qiscus Chat SDK (core) v1.13.3
Changelog :
- fix issue race condition status bubble message failed and pending changed to read after receiving new message