Release Notes for Mobile SDK 5.2.44
User documentation
2022-07-04
Release Notes for Mobile SDK 5.2.44¶
Issues Fixed¶
General¶
- Log events sent to iOS applications are no longer encoded using the Java-specific incompatible UTF-8 encoding.
- Fix crash when calling
shutdown()
twice.
iOS¶
- Using the
sharedInstance
method to init the SDK is now optional, like it is on Android - applications are free to manage theCloudonixSDKClient
life-cycle themselves. - Fixed an issue with some registration failures being reported as
REGISTRATION_UNREGISTERED
incorrectly. - The Swift 5 example dialer app was recreated for this release and published to Github for easy access. It is available here: https://github.com/cloudonix/example-dialer-swift5 - please note that is is no longer compatible with SDK releases earlier than 5.2.44.
Known Issues¶
- #426 - On Android, SDK cannot use NAT64 networks. This is a limitation of the operating system. Use dual-stack SIP servers to support IPv6 only clients.
- #135 - DNS SRV isn't supported.