Now Support for iOS v20.0.0
Summarize
Summary of Now Support for iOS v20.0.0
The iOS v20.0.0 release addresses various issues within the application, enhancing overall performance and user experience. Customers can download the latest version from the Apple App Store and access a demo of the Mobile Agent using a demo account.
Show less
Key Features
- Bug Fixes: This release resolves several specific issues impacting user experience, including:
- Theme inconsistencies upon app reopening.
- Rendering issues with certain colors and special characters.
- Problems with barcode input forms and Virtual Agent chat options.
- Issues with JSON decoding in data visualization.
- Visibility of placeholder text in asset management.
- Incorrect behavior of deep links and date input types.
- Performance Improvements: In addition to bug fixes, this version also includes enhancements aimed at improving app stability.
Key Outcomes
With the iOS v20.0.0 update, users can expect a more reliable and visually consistent application experience. By addressing key issues, this release helps in maintaining productivity and efficiency while using the platform on iOS devices.
The iOS v20.0.0 release provides fixes for the application.
Download the latest mobile app version
To download the latest release, visit the Apple App Store. Users can launch a demo to try the Mobile Agent. You can use a demo account from the initial post-download screen or the instance list screen.
Fixed in this release
| Problem | Short description | Description | Steps to reproduce |
|---|---|---|---|
|
Mobile iOS PRB1850147 |
The application theme changes after closing and reopening the app | The theme goes back to normal after pulling to refresh. |
Expected behavior: The theme is the same as before. Actual behavior: Theme is changed. |
|
Mobile iOS PRB1886478 |
Certain colors are not rendered by iOS | The DefaultColors are constructed directly from the class VisualizationColorService.java, which has a null hexValue. iOS's code expects the key 'hexValue' to be present in 'DefaultColors'. |
Notice that content is not displayed properly. |
|
Mobile iOS PRB1843346 |
Special characters are not displayed in file names | Special characters such as @ are not displayed in file names. |
Notice that any attachment names with special characters do not display the special characters. |
|
Mobile iOS PRB1888240 |
Problem with updating barcode input forms with multiple inputs | Barcode inputs that are not the first in an input form page behave incorrectly. After scanning a new value, the barcode input screen is updated with the first input in the form page. |
Expected behavior: In the case of a multi scan input, the scanned value should be added to the Review tab. In the case of a single scan input, the scanned value should be added to the scan input field. Actual behavior: The barcode view is updated to display the first input on the input form screen page. This can result in either the barcode input view going blank or showing the information for the wrong barcode input. |
|
Mobile iOS PRB1868935 |
The user can only view a small subset of list options in a Virtual Agent chat | When the pagination break is less than 10, infinite scrolling doesn't work. | |
|
Mobile iOS PRB1868544 |
Data visualization sources fail to decode JSON that does not contain a label | DAVisualization.VisualizationProperties.DataSource expects to receive labeled JSON, so when JSON is received without a label, decoding fails and an error appears reading, 'Content couldn't be displayed'. | |
|
Mobile iOS PRB1858857 |
Placeholder text is not visible on an IT Asset Management asset | The Scheduled Retirement field on an IT Asset Management asset does not contain placeholder text. |
Observe that the Scheduled Retirement field does not contain placeholder text. |
|
Mobile iOS PRB1863014 |
Input form screen survey shows incorrect choices when scrolling on device running iOS 18 | After scrolling down the list of questions, the selected value of a choice at the top of the page is lost and the choice values are changed. |
Pre-requisites: iPhone must be running iOS 18+.
Notice that one or more of the first few cells changes to match the options of a lower cell. |
|
Mobile iOS PRB1861461 |
The app gets stuck on blank screen when the user opens a push notification with redirection | The app should open to the destination screen. |
Expected behavior: The app opens on the destination screen. Actual behavior: The app opens and the destination screen appears for a moment, but then it disappears and the app gets stuck on a blank screen. |
|
Mobile iOS PRB1879703 |
Deep links from QR code don't work when the blur app option is enabled and UX analytics is disabled | For instances with the 'blur app' option enabled and UX analytics disabled, scanning deep links from QR codes doesn't work properly. | |
|
Mobile iOS PRB1884278 |
The wrong URL is loaded into the URL screen when switching between clone instances | When the first tab contains a URL browser screen, the URL from one instance is still used when switching to the other instance. | |
|
Mobile iOS PRB1866315 |
A 'Date' type input sends an incorrect time on iOS | When using 'Date' input type, the current time is sent on a request from a parameter screen. The correct time should always be midnight. |
This version also includes other minor bug fixes and performance improvements.