Skip to main content

Avoiding Conflicts When Deploying Files Using Bundled Files

Taylor Lallas avatar
Written by Taylor Lallas
Updated over 2 weeks ago

There are two ways to deploy files to your device on ManageXR:

  1. Bundled Files - Bundle a set of files with your application version to deploy the files and app together.

  2. Configuration Files - Add files to your Configuration.

If you deploy files to your devices through Bundled Files with an app AND through Configuration Files on a single configuration, you will see the following warning:

This warning appears when deploying files using Bundled Files with an app AND via Configuration Files. It does NOT mean that a file conflict currently exists.

A conflict arises when deploying the same file to the same location via both Bundled Files and Configuration Files. If there is a file conflict, only the file version in your app's Bundled Files will be deployed.

Resolve File Conflicts

If you are deploying files to your device that your application reads, we recommend using Bundled Files. Bundled Files allow you to maintain a single source of truth for the files associated with your app. To resolve file conflicts, you can remove the files on your Configuration that you are already deploying via Bundled Files:

Did this answer your question?