Releases: infobip/mobile-messaging-sdk-ios
Releases · infobip/mobile-messaging-sdk-ios
12.3.5
Fixed
- WebRTCUI is now able to present the call controller without Picture-on-Picture capabilities
12.3.4
Fixed
- WebRTCUI adapts to multiple connected scenes, in order to avoid issues presenting the call UI to invalid windows or unattached scenes.
12.3.3
Fixed
- We corrected some missing 'self' capturing on WebRTCUI that was causing errors/warnings in build time.
12.3.2
Fixed
- InAppChat now uses the original filename of an image, and allows to rename it, when saving to Files.
12.3.1
Changed
- We increased InAppChat's text limit per message to a max of 4096 characters.
12.3.0
Added
- InAppChat now supports Simplified Chinese.
12.2.3
Fixed
- Handling of the deviceToken in case if
withoutRegisteringForRemoteNotifications
is used and registration is happening without usage of the MobileMessaging SDK
12.2.2
Fixed
- In-app alerts and popups were not displayed on iPad
12.2.1
Added
- WebRTCUI now informs the user when a call has connection issues and is reconnecting.
Fixed
- Replaced the logic for reloading InAppChat when the application was becoming inactive or going to background, with a more stable pause/resume chat method. The original implementation unintentionally affected the chat history.
12.1.1
Changed
- InfobipRTC dependency updated.