iOS/iPadOS updates changing from iOS 15

More info could be found in below link of VMware documentation.

Getting Ready for Apple Fall 2021 Releases

In iOS 14.5 or later and iPadOS 14.5 or later, you have the option to either update to iOS 15 or iPadOS 15 (the next latest major version) or continue to update to newer, minor versions of iOS 14 and iPadOS 14, even after iOS 15 and iPadOS 15 are released. This allows users to still benefit from important security updates while you work to approve the latest major release for production in their environment.

You can set a user’s device to allow all updates or only current major version updates. Workspace ONE UEM admins can use three values to manage this feature for devices enrolled in UEM. A new Settings command with a SoftwareUpdateSettings dictionary contains a key (RecommendationCadence) with three values:

0: It shows both options (the default).

1: It shows the software update with the lower version number, if available.

2: It shows the update path for the operating system that has the higher version number.

Paste the entire below XML snippet (<dict>…</dict>) into the Custom Command of a supervised device in Workspace ONE UEM with the desired (RecommendationCadence) value.

<dict>
  <key>RequestType</key>
  <string>Settings</string>
  <key>Settings</key>
  <array>
    <dict>
      <key>Item</key>
      <string>SoftwareUpdateSettings</string>
      <key>RecommendationCadence</key>
      <integer>1</integer> 
    </dict>
  </array>
</dict>

Graphical user interface, text, application, email

Description automatically generated

Graphical user interface, text, application

Description automatically generated

It’s always good idea to test the command on a single device before issuing custom command in bulk. You can select multiple devices in UEM console device list view and send the custom command on devices.

VMware documentation for custom command:

Configure and Deploy a Custom Command to a Managed Device

Using API:

If you want to achieve the same task using API then there is API command available to do this. I used postman to do this.

You would replace apiHost name with your API server name and deviceSerial with the desired Serial number of the device.

For the body text (custom command) make sure it is selected as JSON in postman, otherwise you will get error.

{{apiHost}}/api/mdm/devices/commands?command=CustomMdmCommand&searchBy=Serialnumber&id={{deviceSerial}}

Graphical user interface, text, application, email

Description automatically generated

Graphical user interface, application, Teams

Description automatically generated

Graphical user interface, text, application

Description automatically generated

Graphical user interface, application

Description automatically generated

Graphical user interface, text, application, email

Description automatically generated

Using Workspace ONE Intelligence:

If you want to achieve the same task using WS1 Intelligence, then you can follow this blog to achieve this task.

How to: WS1 UEM Custom Action in Intelligence

Written by
Website | + posts

Joined VMware in July 2015 as a consultant and worked in different BU over 7 years. Having experience in the IT industry of over 10 years with a Master's degree in IT.

10 thoughts on “iOS/iPadOS updates changing from iOS 15

  • Yana Popova
    2021-09-21 at 10:53

    Hi, does this apply to both DEP and non-DEP devices?

    • Muhammad Adnan Asim
      2021-09-23 at 14:48

      Only applies to Supervised iOS devices.

  • xuhao
    2022-03-22 at 07:26

    My client needs to upgrade the device to iOS15 below, such as 14.8, but the device will be prompted that the integrity of the installation package cannot be verified or the download progress of the device cannot be seen on WSO. I issued the command using the device update feature of WSO.

  • Anonymous
    2022-06-07 at 07:52

    good info, thanks

  • Ivy
    2022-12-20 at 07:55

    Hi Muhammad,

    My company organized total of 50+ Ipads pro from gen 1 to gen 3, the ipad is restricted to 90 days delayed of iPadOS updates.
    When a new ipadOS is released, i will begin my ipadOS evaluation agains 4 different 3rd party apps. By the end of the evaluation (takes 1.5 months approx), the newer ipad OS is released, and when i tried to disable the restriction of 90 days iPadOS delayed, I can only see the latest version of iPadOS available for download. The device won’t accept any published iPadOS assignments or the download will be stucked at certain percentage. Based on the information you provided above, can I resolve this issue using your XML? thanks.

  • Ivy
    2022-12-20 at 08:00

    FYI, I need some time to do the evaluation, everytime when i finished my evaluation, i can’t download the desired IpadOS version because a newer version is released, any suggestion?

    I am using workspace one UEM for your info.

    Thank you,

    Best regards,
    Ivy

    • Muhammad Adnan Asim
      2023-01-04 at 07:29

      Hi Ivy, It may or may not solve your issue. If the previous version is still available for download/sign then you can block the latest version using XML.
      PS: I have not tested these commands for iOS 16.
      Regards,
      Muhammad

      • Ivy
        2023-01-30 at 00:20

        Hi Muhammad,

        Thank you for your reply.
        I will have to relay the information to the assoicated IT department.

        Best Regards,
        Ivy

Leave a Reply

Your email address will not be published. Required fields are marked *.

*
*
You may use these <abbr title="HyperText Markup Language">HTML</abbr> tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>

This site uses Akismet to reduce spam. Learn how your comment data is processed.

BCF Shop Theme By aThemeArt.
BACK TO TOP