Category filter

How to push iOS app configuration using XML?

With Hexnode UEM, you cannot just deploy iOS apps, but specify in-app configurations as well. Admins can pre-configure in-app settings like logins and accounts thus eliminating the need for users to set up apps for first-time use.

This feature supports all types of apps, including those added to the Hexnode UEM portal as IPA files, VPP apps, App Store apps, and apps added via manifest URL. The app configurations, provided in XML format, are deployed alongside the app to ensure the configured settings are applied as soon as the app is installed. App configurations cannot be applied to apps already installed on the device. The XML file cannot be deployed separately. The configurable variables depend on the provisions built-in by the app developer, which may vary from vendor to vendor in the case of enterprise apps.

Push iOS app configurations using XML

The following steps explain how to push app configurations to devices from the Hexnode portal.

  1. Login to your Hexnode UEM portal.
  2. Navigate to Policies > New Policy.
  3. Provide a name (this field is mandatory) and a description of the policy.
  4. Go to iOS > App Management > App Configurations.
  5. Click +Add new configuration.
  6. Select the app for which you want to define configuration.

    Window displaying option to upload the iOS app configuration XML file

  7. Upload the app configuration XML file by selecting Choose file (You can download the sample XML file from the portal to view the correct format for preparing the app configuration file).
  8. Click Done.
  9. Save the app configuration by clicking Save.
  10. To associate the policy with target devices, go to Policy Targets.
  11. Select the devices or device groups you want to associate the policy to and click OK to confirm.
  12. Click Save to apply the policy.

Note:


You may use the following wildcards in the XML file to substitute a value with device information stored on Hexnode:

Property Wildcard
Username %username%
Domain %domain%
NetBIOS %netbiosname%
Email address %email%
UDID %udid%
ICCID %iccid%
IMEI %imei%
Device model %model%
Phone number %phonenumber%
WiFi MAC address %wifimacaddress%
Device ID %deviceid%
Device name %devicename%
Serial number %serialnumber%
Name %name%
Asset tag %assettag%
Department %department%
Device notes %devicenotes%
Alternate email %alternateemail%

A sample XML file for the Google Chrome app (that has been added to the Hexnode portal as a VPP app) will be of the format given below.

Once the policy is deployed to the devices, the app gets installed and is setup based on the configurations.

  • Managing iOS Devices