All Collections
VR Content
Apps
Avoiding Conflicts When Deploying Files Using Bundled Files
Avoiding Conflicts When Deploying Files Using Bundled Files
Taylor Lallas avatar
Written by Taylor Lallas
Updated over a week 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:

๐Ÿ’ก Note! This warning shows up whenever you deploy files using Bundled Files with an App and Configuration Files. It does NOT mean that a file conflict currently exists.

A conflict emerges when you deploy the same file to the same location through Bundled Files and Configuration Files. If there is a file conflict, only the file version in your app's Bundled Files will be deployed.

How to 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?