Citrix Workspace app 23.8.0 for iOS - Preview

What’s new

Add multiple stores using UEM [Technical Preview]

Admins can use Unified Endpoint Management solutions to configure and add multiple stores for managed iOS devices. The details for each store can be added to an XML file. This XML file can then be uploaded while configuring the app configuration policy.

Note:

Admins can add only one cloud store and multiple on-premises stores.

To add a store, admins need to add the following store details to the XML file. Admins can also restrict end users from modifying i.e. adding, deleting, or editing the store details by setting the value of the key restrict_user_store_modification to true in the XML file.

Note:

The XML file must be in a key-value format.

Configuration key Value type Description
url String The store URL. For example, example.cloud.com
storeType (optional) Integer If set to 1, users can view the native or the default store loading. If set to 2, users can view the store inside a web interface.
displayName (optional) String The name of the store.
restrict_user_store_modification (optional) Boolean If set to true, users can’t modify i.e., add, delete, or edit the store. If set to false, users can modify i.e. add, delete, or edit the store.

Important

  • If the restrict_user_store_modification flag is set to true, all the existing stores are deleted before adding a new UEM configured store.

  • If storeType is not provided, the default interface is treated as native.

Sample XML Configuration to add stores

Refer to this sample XML file for more information.

    <dict>
        <key>stores</key>
        <array>
            <dict>
                <key>url</key>
                <string>test.cloud.com</string>
                <key>storeType</key>
                <integer>1</integer>
                <key>displayName</key>
                <string>Cloud Store </string>
            </dict>
            <dict>
                <key>url</key>
                <string>test.citrix.com</string>
                <key>storeType</key>
                <integer>2</integer>
                <key>displayName</key>
                <string>StoreFront</string>
            </dict>
        </array>
            <key>restrict_user_store_modification</key>
        <true/>
    </dict>

<!--NeedCopy-->

Once the XML file is ready with the store configuration, admins can upload the file to the Create app configuration policy page. For example, in Microsoft Intune, admins need to select Enter xml data option from the Configuration settings format dropdown.

Intune

Delete Citrix Workspace stores using UEM [Technical Preview]

To delete one or more stores, admins need to add a list of stores to be deleted to an XML file with the key name storesToDelete.

Sample XML configuration to delete stores

Refer to this sample XML file for more information.

    <dict>
        <key>storesToDelete</key>
    <array>
        <string>test.cldblr.com</string>
        <string>test.onprem.com</string>
    </array>
   </dict>

<!--NeedCopy-->

Following is a sample XML configuration file containing configuration for addition and deletion of stores.

        <dict>
        <key>stores</key>
        <array>
            <dict>
                <key>url</key>
                <string>test.cloud.com</string>
                <key>storeType</key>
                <integer>1</integer>
                <key>displayName</key>
                <string>Cloud Store </string>
            </dict>
            <dict>
                <key>url</key>
                <string>test.citrix.com</string>
                <key>storeType</key>
                <integer>2</integer>
                <key>displayName</key>
                <string>StoreFront</string>
            </dict>
        </array>
        <key>storesToDelete</key>
        <array>
            <string>test.cldblr.com</string>
            <string>test.onprem.com</string>
        </array>
        <key>restrict_user_store_modification</key>
        <true/>
    </dict>

<!--NeedCopy-->

Support for Transport Layer Security 1.3

Citrix Workspace app for iOS now supports Transport Layer Security (TLS) 1.3 that boosts performance and efficiency.TLS 1.3 provides robust security with its strong cipher suites and one-time session keys.

End users can enable it on Citrix Workspace app for iOS as follows.

  1. Go to Advanced settings > TLS Versions.
  2. Select TLS 1.3 version.

TLS 1.3

FIDO2-based authentication

Citrix Workspace app for iOS now supports password-less authentication within a Citrix Virtual Apps and Desktops session using FIDO2-based authentication methods. This allows users to sign in to a WebAuthn-supported website in browsers such as Google Chrome or Microsoft Edge using FIDO2-supported Yubico security keys. Simply opening a WebAuthn-supported website triggers password-less authentication.

Only lightning port-based devices are supported (devices with USB-C or USB 4 ports aren’t supported). Signing in to the Citrix Workspace app or desktop session using password-less authentication isn’t supported.

For more information about the prerequisites for this feature, see Local authorization and virtual authentication using FIDO2 in the Citrix Virtual Apps and Desktops documentation.

Fixed issues

This release addresses issues that help to improve overall performance and stability.

Known issues

There are no new known issues.

Technical preview

Technical previews are available for customers to use in their non-production or limited production environments, and to give them an opportunity to share feedback. Citrix does not accept support cases for feature previews but welcomes feedback for improving them. Citrix might act on feedback based on its severity, criticality, and importance.

Citrix Workspace app 23.8.0 for iOS - Preview