Releases: infobip/mobile-messaging-sdk-ios
Releases · infobip/mobile-messaging-sdk-ios
15.0.1
15.0.0
Changed
- Please check the migration guide: https://github.com/infobip/mobile-messaging-sdk-ios/wiki/Migration-guides#migration-guide-from-14x-to-15x.
- We included async await variants for all our public methods.
- InAppChat: We prepared view wrappers and components to simplify the integration in SwiftUI.
14.4.3
Fixed
- We fixed a potential issue when defining right-to-left language in SDK but the system had preferred left-to-right one.
14.4.2
Changed
- The method
personalizenow will ignore values left asnilinMMUserIdentity. If you wish to intentionally nullify them, please use the methodsaveUserinstead. - InAppChat: We added better support for right to left alignment in the inputs and the chat example.
- WebRTCUI: We update the internal RTC library version (2.6.2 -> 2.6.8)
14.3.0
Added
- InAppChat: when chat is presented but not ready, instead of a blank screen, a new error will be presented. This screen is entirely customisable. For more info on how it looks and can be altered, check the documentation
Changed
- InAppChat: old error banner has been modernised, now fully customisable and reacting to tap finger gestures.
14.2.1
Fixed
- InAppChat: we fixed a case where the widget retrieval did not recovered from a force depersonalisation, and improved the SwiftUI chat example app.
14.2.0
Changed
- The class AnimatedImageView was renamed to MMAnimatedImageView to avoid collision with Kingfisher dependency on ObjC bridges.
14.1.3
Changed
- Removed deprecated hidden swift-version file previously used by cocoapods.
14.1.2
Changed
- Further increase of swift_version to 5.5 in the podspec.
14.1.1
Fixed
- Dynamic base url switching bug fix