Files with specific extension downloaded from Safari is not flipping to native app with file type associations in iOS14.

We have a scenario is Our app where we allow our users to download a file with .xyz extension in safari and on click on the file, and our app gets launched with that .xyz file’s content.
Internally, we have added Exported type UTI (File type Association) to get this behaviour.
 
Now, with iOS 14 release, We have an option in Device settings where they can save the downloaded file from safari to
  1. Local Device

  2. iCloud

 
Now when the customer saves a file download location to iCloud Drive, in iPad device and downloads the xyz file, on click on the file, our app is not getting launched.
This is happening only on iOS14 and mobile devices.
 
Majority of our customers are using this feature to launch the our app. Hence we would need your guidance on priority.