Releases: webim/webim-client-sdk-ios
Releases · webim/webim-client-sdk-ios
Version 2.10.1
Interaction with server improved.
Version 2.10
- Send message methods with "data" parameter added.
- Podspec file fixed.
Demo app
- Operator rating bug fixed.
Version 3.12
rateOperatorWith(id:byRating:comletionHandler:)
method ofMessageStream
protocol now can takenil
value of id parameter. If so, current operator will be rated.- Contact information request and widget remote notifications type basic support added.
- Some history request bugs fixed:
- Case when initial history request fails and prevents further requests fixed.
- Case when further history request doesn't call passed completion.
- Other minor improvements.
Example app
- Appearance improvements.
- Other minor improvements.
Version 3.11
set(webimLogger:verbosityLevel:)
now has optional parameterverbosityLevel
(seeSessionBuilder.WebimLoggerVerbosityLevel
).getLastMessages(byLimit:completion:)
,getNextMessages(byLimit:completion:)
,getAllMessages(completion:)
methods ofMessageTracker
protocol in case of wrong calling now execute passed completion with emptyMessage
array.getContentType()
,getFileName()
andgetURL()
methods ofMessageAttachment
protocol now return non-optional values.- CryptoSwift dependency liquidated.
new(messageTracker:)
method ofMessageStream
renamed to more adequatenewMessageTracker(messageListener:)
.- Bug with
nil
Operator
ID fixed. - Bug with not updating value of
getUnreadByVisitorTimesamp()
method ofMessageStream
fixed. - Documentation improvements.
- Other minor improvements and bug fixes.
Example app
- New app icon. 😎
- Interface improvements.
- Other minor improvements.