Release Notes for Mobile SDK 5.2.52
User documentation
2022-08-05
Release Notes for Mobile SDK 5.2.52¶
Issues Fixed¶
Android¶
- Update Square's OkHttp client to release 4.10 (it was blocked on version 3 before).
- Introduce automatic retry mechanism for REST API requests, currently used only for trying to recover from "address not found" DNS failures, that we sometimes see with mobile networks.
- Change the "auto start service on boot" behavior to be off by default - both as it hasn't worked well for several Android versions and as we with
the focus on Registration-Free mode, its not as useful anyway. With the new default behavior, the API call has also changed to
CloudonixSDKClient.setStartOnBooth(boolean)
(with the default behavior being thefalse
setting). - Fixed foreground notification setting invalid resource IDs when the application did not provide resources or provided invalid resources.