Mobile Agent - BlackBerry for iOS v20.0.0
Summarize
Summary of Mobile Agent - BlackBerry for iOS v20.0.0
The iOS v20.0.0 release of the Mobile Agent offers critical fixes and updates aimed at enhancing the user experience. Customers can download the latest version from the Apple App Store and can also access a demo to explore the app's features before fully committing.
Show less
Key Features
- Bug Fixes: This release addresses several issues, including visual inconsistencies, improper data handling, and usability problems.
- Improved User Experience: Fixes include restoring the app theme after reopening, ensuring special characters display correctly in file names, and resolving barcode scanning issues.
- Performance Enhancements: The update includes optimizations that improve overall app performance and stability.
Key Outcomes
With this version, users can expect:
- A more reliable and visually consistent application interface.
- Improved functionality for input forms and data visualization.
- Better handling of user interactions, such as push notifications and QR code scanning.
This update ultimately helps ServiceNow customers utilize the Mobile Agent more effectively, enhancing productivity and ensuring a smoother mobile experience.
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.