Mobile Agent for iOS v20.0.0
Summarize
Summary of Mobile Agent for iOS v20.0.0
The Mobile Agent for iOS v20.0.0 release, updated on June 5, 2025, focuses on addressing various application issues, enhancing user experience and functionality. Customers can download this latest version from the Apple App Store and can also test features using a demo account.
Show less
Key Features
- Bug Fixes: This release resolves several critical bugs affecting application performance and usability, including:
- Theme Persistence: Fixed an issue where the app theme changes after reopening.
- Color Rendering: Resolved issues with certain colors not displaying correctly in the My Team dashboard.
- Special Characters: Addressed problems with special characters not appearing in file names.
- Barcode Input: Corrected behavior of barcode inputs on forms, ensuring accurate value updates.
- Virtual Agent Options: Improved list options visibility in Virtual Agent chats with infinite scrolling functionality.
- Data Visualization: Fixed decoding errors related to unlabeled JSON data.
- Placeholder Text: Added missing placeholder text in IT Asset Management fields.
- Survey Display: Resolved issues with choice selections changing unexpectedly during scrolling.
- App Notifications: Fixed the issue where opening a push notification sometimes leads to a blank screen.
- QR Code Links: Addressed problems with deep links from QR codes not functioning due to app settings.
- URL Handling: Resolved issues with incorrect URLs loading when switching between instances.
- Date Input Accuracy: Ensured that 'Date' type inputs send the correct time in requests.
Key Outcomes
By updating to Mobile Agent for iOS v20.0.0, customers can expect a more stable and reliable application experience with improved functionality, particularly in data handling, user interface consistency, and overall performance. These enhancements aim to streamline workflows and facilitate better interaction with the ServiceNow platform.
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.