Now Mobile for iOS v21.3.0
Summarize
Summary of Now Mobile for iOS v21.3.0
The Now Mobile for iOS v21.3.0 release focuses on addressing multiple bugs to improve app stability, usability, and performance. This update ensures that key features function correctly for ServiceNow customers using the iOS Agent app, enhancing the mobile experience for task management, form submission, and reservation functions.
Show less
Key Fixes and Improvements
- Reservation Date Correction: The default date on the reservation screen now correctly defaults to the current date instead of yesterday, ensuring accurate booking.
- Date Consistency: Fixed discrepancies between dates shown in the mobile app versus the ServiceNow platform for scheduled start and estimated end times.
- File Upload Stability: Resolved crashes and stuck uploads occurring during file attachments in impersonation mode, improving reliability when uploading documents.
- Badge Count Crash Prevention: Addressed app crashes caused by fatal integer overflow when badge counts exceed certain values, enhancing stability under heavy notification loads.
- Writeback Request Errors: Fixed HTTP 500 server errors triggered when actions with parameter screens and AutoRedirectDestinationId are configured, ensuring successful task closure and action submissions.
- Session and Refresh Behavior: The app now restores the last page after session timeouts or pull-to-refresh actions, providing a seamless user experience without losing context.
- Form Submission and Button Responsiveness: Submit and Cancel buttons on action item forms remain responsive after server-side errors, allowing users to retry or dismiss forms without restarting the app.
- List Screen Filter Button Visibility: The Filter button now consistently appears on list screens when multiple items load, even after pagination, improving list navigation.
- Notification Instance Alert: Corrected an alert that appeared incorrectly when tapping notifications from the same instance, reducing user confusion.
- Smart Assessment Stability: Fixed crashes occurring when descriptive elements are set as richText in questionnaires, ensuring assessments open reliably.
- Offline Attachment Visibility: Offline new-defect form photos now display immediately in Attachments and Activity Stream without requiring sync, enhancing offline usability.
Practical Impact for ServiceNow Customers
This release significantly improves the reliability and user experience of the Now Mobile iOS app, particularly for agents managing tasks, reservations, and forms on the go. By resolving crashes, data inconsistencies, and UI issues, customers can expect smoother mobile operations and better alignment between the mobile app and the ServiceNow platform. The fixes around offline usage and session management also support uninterrupted work in varying network conditions.
Getting the Update
Customers can download the latest version from the Apple App Store. Additionally, users can try the Mobile Agent demo using a demo account directly from the app after installation.
The iOS v21.3.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 |
|---|---|---|---|
|
iOS Mobile PRB1991062 |
Default date in the reservation screen is set to yesterday instead of today | The default date automatically fills the Date field on the 'Make a reservation' screen with yesterday's date instead of today. |
Notice that the auto-filled date is not the current date. |
|
iOS Mobile PRB2001344 |
The date shown on the mobile device is not the same one displayed in the platform | Scheduled start and Estimate end time is not the same between the Mobile Agent App on iPhone and the platform. | |
|
iOS Mobile PRB2006489 |
A NSGenericException Task gets created in a session that has been invalidated | File upload gets stuck or the app crashes while uploading files in impersonation mode. |
Expected behavior: The upload should be successful. Actual behavior: The upload gets stuck and the app intermittently crashes. |
|
iOS Mobile PRB2011334 |
The Agent app crashes on iOS devices | When the user has a badge count over a certain value, the initializer traps with a fatal integer overflow, causing the app to crash. | |
|
iOS Mobile PRB2006738 |
iOS writeback returns HTTP 500 when an action has a parameter screen and AutoRedirectDestinationId is configured | When an action has both a parameter screen (ParameterData) and an AutoRedirectDestinationId configured server-side, the iOS mobile client includes DestinationSubmittedForm in the writeback request alongside ParameterData. The server does not accept this combination and returns HTTP 500. |
Expected behavior: The writeback request is submitted successfully. The server responds 200 and the WOT is closed. Actual behavior: The server returns HTTP 500 and the WOT close action fails. |
|
iOS Mobile PRB2011561 |
Restore the last page when pulling to refresh or session timeout | When the user reactivates their hybrid webpage session after timeout (due to inactivity, backgrounding, or locking) or performs a pull-to-refresh, they are not returned to their last visited page. | |
|
iOS Mobile PRB2009678 |
Submit/Cancel buttons freeze after a writeback error on an action item form | When filling in an action item form (for example, a labor action item on a case), submission returns a server-side error. The error banner is shown correctly but the Submit and Cancel buttons on the form become completely unresponsive. The user cannot retry submission or dismiss the form — the only recovery is to force-close the app. |
Expected behavior: Selecting Submit retries the writeback. Selecting Cancel dismisses the form. Actual behavior: Both Submit and Cancel are completely unresponsive. |
|
iOS Mobile PRB2004817 |
The Filter button on list screens is hidden when the initial page load returns only one item and never re-appears after more items load via pagination | The Filter button should be shown on the top-right of the list screen if more than one item is displayed, but it doesn't appear. | |
|
iOS Mobile PRB2011924 |
Change Instance Alert is shown to the user when a notification is tapped on in the 'Notifications' tab for the same instance | ||
|
iOS Mobile PRB2007442 |
A smart assessment crashes when a descriptive element is set as richText | The application crashes. |
|
|
iOS Mobile PRB2008581 |
An offline new-defect form photo is not visible in the Attachments/Activity Stream until sync | When a new record is created offline via the New Defect Form, callAddAttachmentsScript (CellsContainerTemplateHandler+Redirection.swift) returns early without calling addParameterScreenAttachments, so the offline document cache is never updated with the form-input attachment. |
Expected behavior: The form photo is visible in Attachments and Activity Stream immediately after the defect is created, without requiring sync. Actual behavior: The form photo is invisible until sync completes. |
This version also includes other minor bug fixes and performance improvements.